Code Complexity Report

Source file: /home/sergeyb/sources/src/lib/libcxxabi/include/cxxabi.h
Source file: /home/sergeyb/sources/src/lib/libcxxabi/include/__cxxabi_config.h
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_default_handlers.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
default_terminate_handler 7 46 261 0
default_unexpected_handler 1 5 14 0
std::set_unexpected 2 7 29 1
std::set_terminate 2 7 29 1
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_exception.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::cxa_exception_from_thrown_object 1 4 20 1
__cxxabiv1::thrown_object_from_cxa_exception 1 4 20 1
__cxxabiv1::cxa_exception_from_exception_unwind_exception 1 4 16 1
__cxxabiv1::cxa_exception_size_from_exception_thrown_size 1 4 15 1
__cxxabiv1::setExceptionClass 1 3 14 1
__cxxabiv1::setDependentExceptionClass 1 3 14 1
__cxxabiv1::isOurExceptionClass 1 4 24 1
__cxxabiv1::isDependentException 1 3 19 1
__cxxabiv1::incrementHandlerCount 1 3 14 1
__cxxabiv1::decrementHandlerCount 1 3 14 1
__cxxabiv1::do_malloc 2 6 34 1
__cxxabiv1::do_free 2 3 25 1
__cxxabiv1::exception_cleanup_func 2 7 42 2
__cxxabiv1::failed_throw 1 4 28 1
__cxxabiv1::__cxa_allocate_exception 2 8 63 1
__cxxabiv1::__cxa_free_exception 1 3 19 1
__cxxabiv1::__cxa_allocate_dependent_exception 2 8 48 0
__cxxabiv1::__cxa_free_dependent_exception 1 3 13 1
__cxxabiv1::__cxa_throw 2 15 122 3
__cxxabiv1::__cxa_get_exception_ptr 2 6 50 1
__cxxabiv1::__cxa_begin_cleanup 4 22 105 1
__cxxabiv1::__cxa_end_cleanup_impl 4 23 90 0
__cxxabiv1::__cxa_begin_catch 6 28 164 1
__cxxabiv1::__cxa_end_catch 7 51 219 0
__cxxabiv1::__cxa_current_exception_type 4 11 58 0
__cxxabiv1::__cxa_rethrow 5 22 117 0
__cxxabiv1::__cxa_increment_exception_refcount 2 7 38 1
__cxxabiv1::__cxa_decrement_exception_refcount 4 12 67 1
__cxxabiv1::__cxa_current_primary_exception 5 18 107 0
__cxxabiv1::dependent_exception_cleanup 2 9 55 2
__cxxabiv1::__cxa_rethrow_primary_exception 3 20 127 1
__cxxabiv1::__cxa_uncaught_exception 1 1 15 0
__cxxabiv1::__cxa_uncaught_exceptions 2 7 30 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_new_delete.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
operator new 4 17 77 1
operator new 2 14 43 2
operator new [ ] 1 5 20 1
operator new [ ] 2 14 45 2
operator delete 2 7 22 1
operator delete 1 6 24 2
operator delete [ ] 1 6 18 1
operator delete [ ] 1 6 26 2
std::bad_alloc::bad_alloc 1 3 8 0
std::bad_alloc::~bad_alloc 1 3 8 0
std::bad_alloc::what 1 4 12 0
std::bad_array_new_length::bad_array_new_length 1 3 8 0
std::bad_array_new_length::~bad_array_new_length 1 3 8 0
std::bad_array_new_length::what 1 4 12 0
std::bad_array_length::bad_array_length 1 3 8 0
std::bad_array_length::~bad_array_length 1 3 8 0
std::bad_array_length::what 1 4 12 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/typeinfo.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::type_info::~type_info 1 3 7 0
std::bad_cast::bad_cast 1 3 8 0
std::bad_cast::~bad_cast 1 3 8 0
std::bad_cast::what 1 4 12 0
std::bad_typeid::bad_typeid 1 3 8 0
std::bad_typeid::~bad_typeid 1 3 8 0
std::bad_typeid::what 1 4 12 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/abort_message.h
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_unexpected.cpp
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_thread_atexit.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__cxa_thread_atexit 1 5 55 3
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_personality.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::readPointerHelper 1 6 42 1
__cxxabiv1::readULEB128 2 15 74 1
__cxxabiv1::readSLEB128 4 17 115 1
__cxxabiv1::readEncodedPointer 20 60 268 2
__cxxabiv1::call_terminate 2 10 53 2
__cxxabiv1::read_target2_value 3 10 70 1
__cxxabiv1::get_shim_type_info 3 14 79 5
__cxxabiv1::get_shim_type_info 9 31 121 5
__cxxabiv1::exception_spec_can_catch 6 28 163 6
__cxxabiv1::exception_spec_can_catch 5 27 124 6
__cxxabiv1::get_thrown_object_ptr 2 7 41 1
__cxxabiv1::set_registers 2 9 64 3
__cxxabiv1::scan_eh_tab 47 228 1164 5
__cxxabiv1::__gxx_personality_v0 12 59 340 5
__cxxabiv1::continue_unwind 2 7 29 2
__cxxabiv1::save_results_to_barrier_cache 1 9 93 2
__cxxabiv1::load_results_from_barrier_cache 1 9 101 2
__cxxabiv1::__gxx_personality_v0 16 60 331 3
__cxxabiv1::__cxa_call_unexpected 13 86 488 1
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_vector.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__get_element_count 1 3 22 1
__cxxabiv1::__set_element_count 1 3 26 2
__cxxabiv1::st_heap_block2::st_heap_block2 1 2 26 2
__cxxabiv1::st_heap_block2::~st_heap_block2 2 1 14 0
__cxxabiv1::st_heap_block2::release 1 1 9 0
__cxxabiv1::st_heap_block3::st_heap_block3 1 2 34 3
__cxxabiv1::st_heap_block3::~st_heap_block3 2 1 16 0
__cxxabiv1::st_heap_block3::release 1 1 9 0
__cxxabiv1::st_cxa_cleanup::st_cxa_cleanup 1 3 43 4
__cxxabiv1::st_cxa_cleanup::~st_cxa_cleanup 2 4 20 0
__cxxabiv1::st_cxa_cleanup::release 1 1 9 0
__cxxabiv1::st_terminate::st_terminate 1 1 14 1
__cxxabiv1::st_terminate::~st_terminate 2 1 15 0
__cxxabiv1::st_terminate::release 1 1 9 0
__cxxabiv1::__cxa_vec_new 1 5 61 5
__cxxabiv1::__cxa_vec_new2 3 17 143 7
__cxxabiv1::__cxa_vec_new3 3 17 147 7
__cxxabiv1::__cxa_vec_cctor 3 16 126 6
__cxxabiv1::__cxa_vec_ctor 3 11 98 5
__cxxabiv1::__cxa_vec_dtor 3 20 108 4
__cxxabiv1::__cxa_vec_cleanup 3 16 83 4
__cxxabiv1::__cxa_vec_delete 1 7 42 4
__cxxabiv1::__cxa_vec_delete2 4 11 95 5
__cxxabiv1::__cxa_vec_delete3 5 12 119 5
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_virtual.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__cxa_pure_virtual 1 3 11 1
__cxxabiv1::__cxa_deleted_virtual 1 3 11 1
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/private_typeinfo.h
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/exception.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::exception::~exception 1 3 8 0
std::exception::what 1 4 12 0
std::bad_exception::~bad_exception 1 3 8 0
std::bad_exception::what 1 4 12 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_guard.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::is_initialized 1 3 16 1
__cxxabiv1::set_initialized 1 3 13 1
__cxxabiv1::is_initialized 1 4 22 1
__cxxabiv1::set_initialized 1 4 23 1
__cxxabiv1::get_lock 1 4 19 1
__cxxabiv1::set_lock 1 4 24 2
__cxxabiv1::get_lock 1 4 16 1
__cxxabiv1::set_lock 1 4 15 2
__cxxabiv1::get_lock 1 9 35 1
__cxxabiv1::set_lock 1 10 44 2
__cxxabiv1::get_lock 1 9 35 1
__cxxabiv1::set_lock 1 10 44 2
__cxxabiv1::__cxa_guard_acquire 1 3 15 1
__cxxabiv1::__cxa_guard_release 1 4 18 1
__cxxabiv1::__cxa_guard_abort 1 3 13 1
__cxxabiv1::__cxa_guard_acquire 13 36 202 1
__cxxabiv1::__cxa_guard_release 4 10 57 1
__cxxabiv1::__cxa_guard_abort 4 9 52 1
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/abort_message.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
abort_message 5 26 153 2
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_handlers.hpp
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_handlers.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::get_unexpected 1 4 18 0
std::__unexpected 1 5 15 1
std::unexpected 1 4 11 0
std::get_terminate 1 4 18 0
std::__terminate 2 12 30 1
std::terminate 4 20 89 0
std::set_new_handler 1 4 19 1
std::get_new_handler 1 4 18 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_exception.hpp
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/private_typeinfo.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::is_equal 3 7 75 3
__cxxabiv1::__shim_type_info::~__shim_type_info 1 3 7 0
__cxxabiv1::__shim_type_info::noop1 1 1 8 0
__cxxabiv1::__shim_type_info::noop2 1 1 8 0
__cxxabiv1::__fundamental_type_info::~__fundamental_type_info 1 3 7 0
__cxxabiv1::__array_type_info::~__array_type_info 1 3 7 0
__cxxabiv1::__function_type_info::~__function_type_info 1 3 7 0
__cxxabiv1::__enum_type_info::~__enum_type_info 1 3 7 0
__cxxabiv1::__class_type_info::~__class_type_info 1 3 7 0
__cxxabiv1::__si_class_type_info::~__si_class_type_info 1 3 7 0
__cxxabiv1::__vmi_class_type_info::~__vmi_class_type_info 1 3 7 0
__cxxabiv1::__pbase_type_info::~__pbase_type_info 1 3 7 0
__cxxabiv1::__pointer_type_info::~__pointer_type_info 1 3 7 0
__cxxabiv1::__pointer_to_member_type_info::~__pointer_to_member_type_info 1 3 7 0
__cxxabiv1::__fundamental_type_info::can_catch 1 5 26 2
__cxxabiv1::__array_type_info::can_catch 1 4 18 2
__cxxabiv1::__function_type_info::can_catch 1 4 18 2
__cxxabiv1::__enum_type_info::can_catch 1 5 26 2
__cxxabiv1::__class_type_info::can_catch 4 19 118 2
__cxxabiv1::__class_type_info::process_found_base_class 4 22 92 3
__cxxabiv1::__class_type_info::has_unambiguous_public_base 2 7 40 3
__cxxabiv1::__si_class_type_info::has_unambiguous_public_base 2 9 52 3
__cxxabiv1::__base_class_type_info::has_unambiguous_public_base 4 19 107 3
__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base 5 23 112 3
__cxxabiv1::__pbase_type_info::can_catch 4 15 101 2
__cxxabiv1::__pointer_type_info::can_catch 16 54 360 2
__cxxabiv1::__pointer_type_info::can_catch_nested 7 26 137 1
__cxxabiv1::__pointer_to_member_type_info::can_catch 6 16 102 2
__cxxabiv1::__pointer_to_member_type_info::can_catch_nested 5 15 84 1
__cxxabiv1::__dynamic_cast 17 62 403 4
__cxxabiv1::__class_type_info::process_static_type_above_dst 9 31 154 4
__cxxabiv1::__class_type_info::process_static_type_below_dst 3 10 43 3
__cxxabiv1::__vmi_class_type_info::search_below_dst 31 106 485 4
__cxxabiv1::__si_class_type_info::search_below_dst 13 51 238 4
__cxxabiv1::__class_type_info::search_below_dst 8 27 135 4
__cxxabiv1::__vmi_class_type_info::search_above_dst 10 45 230 5
__cxxabiv1::__si_class_type_info::search_above_dst 2 11 67 5
__cxxabiv1::__class_type_info::search_above_dst 2 9 51 5
__cxxabiv1::__base_class_type_info::search_above_dst 3 19 109 5
__cxxabiv1::__base_class_type_info::search_below_dst 3 18 102 4
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/stdexcept.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::logic_error::~logic_error 1 1 8 0
std::logic_error::what 1 4 16 0
std::runtime_error::~runtime_error 1 1 8 0
std::runtime_error::what 1 4 16 0
std::domain_error::~domain_error 1 1 8 0
std::invalid_argument::~invalid_argument 1 1 8 0
std::length_error::~length_error 1 1 8 0
std::out_of_range::~out_of_range 1 1 8 0
std::range_error::~range_error 1 1 8 0
std::overflow_error::~overflow_error 1 1 8 0
std::underflow_error::~underflow_error 1 1 8 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_demangle.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::print_stack 9 38 257 1
__cxxabiv1::print_state 2 8 65 4
__cxxabiv1::parse_number 9 23 103 2
__cxxabiv1::parse_floating_number 9 37 305 3
__cxxabiv1::parse_source_name 8 28 187 3
__cxxabiv1::parse_substitution 23 73 419 3
__cxxabiv1::parse_builtin_type 36 145 614 3
__cxxabiv1::parse_cv_qualifiers 5 23 81 3
__cxxabiv1::parse_template_param 15 52 316 3
__cxxabiv1::parse_const_cast_expr 8 23 176 3
__cxxabiv1::parse_dynamic_cast_expr 8 23 176 3
__cxxabiv1::parse_reinterpret_cast_expr 8 23 176 3
__cxxabiv1::parse_static_cast_expr 7 21 163 3
__cxxabiv1::parse_pack_expansion 5 10 73 3
__cxxabiv1::parse_sizeof_type_expr 6 15 112 3
__cxxabiv1::parse_sizeof_expr_expr 6 15 112 3
__cxxabiv1::parse_sizeof_param_pack_expr 9 26 202 3
__cxxabiv1::parse_function_param 11 34 225 3
__cxxabiv1::parse_sizeof_function_param_pack_expr 7 15 119 3
__cxxabiv1::parse_typeid_expr 8 19 146 3
__cxxabiv1::parse_throw_expr 6 15 110 3
__cxxabiv1::parse_dot_star_expr 7 21 149 3
__cxxabiv1::parse_simple_id 5 23 137 3
__cxxabiv1::parse_unresolved_type 15 58 359 3
__cxxabiv1::parse_destructor_name 5 17 102 3
__cxxabiv1::parse_base_unresolved_name 14 54 323 3
__cxxabiv1::parse_unresolved_qualifier_level 1 4 28 3
__cxxabiv1::parse_unresolved_name 40 144 967 3
__cxxabiv1::parse_dot_expr 8 23 162 3
__cxxabiv1::parse_call_expr 15 46 326 3
__cxxabiv1::parse_new_expr 37 116 702 3
__cxxabiv1::parse_conversion_expr 18 62 382 3
__cxxabiv1::parse_arrow_expr 7 22 159 3
__cxxabiv1::parse_function_type 25 82 414 3
__cxxabiv1::parse_pointer_to_member_type 8 31 265 3
__cxxabiv1::parse_array_type 21 58 501 3
__cxxabiv1::parse_decltype 9 23 135 3
__cxxabiv1::parse_vector_type 20 63 386 3
__cxxabiv1::parse_type 90 381 2673 3
__cxxabiv1::parse_operator_name 72 297 1285 3
__cxxabiv1::parse_integer_literal 7 21 159 4
__cxxabiv1::parse_expr_primary 56 181 949 3
__cxxabiv1::base_name 15 58 235 1
__cxxabiv1::parse_ctor_dtor_name 15 40 193 3
__cxxabiv1::parse_unnamed_type_name 31 111 686 3
__cxxabiv1::parse_unqualified_name 18 40 172 3
__cxxabiv1::parse_unscoped_name 9 27 145 3
__cxxabiv1::parse_alignof_type 6 15 114 3
__cxxabiv1::parse_alignof_expr 6 15 114 3
__cxxabiv1::parse_noexcept_expression 3 12 86 3
__cxxabiv1::parse_prefix_expression 3 12 96 4
__cxxabiv1::parse_binary_expression 7 27 206 4
__cxxabiv1::parse_expression 167 489 2779 3
__cxxabiv1::parse_template_arg 16 45 233 3
__cxxabiv1::parse_template_args 16 45 343 3
__cxxabiv1::parse_nested_name 44 152 1035 4
__cxxabiv1::parse_discriminator 14 31 166 2
__cxxabiv1::parse_local_name 21 67 440 4
__cxxabiv1::parse_name 22 83 444 4
__cxxabiv1::parse_call_offset 13 28 150 2
__cxxabiv1::parse_special_name 39 146 833 3
__cxxabiv1::save_value::save_value 1 4 18 1
__cxxabiv1::save_value::~save_value 1 4 14 0
__cxxabiv1::parse_encoding 35 120 769 3
__cxxabiv1::parse_block_invoke 11 29 166 3
__cxxabiv1::parse_dot_suffix 4 11 75 3
__cxxabiv1::demangle 18 46 260 4
__cxxabiv1::arena::align_up 1 2 26 1
__cxxabiv1::arena::pointer_in_buffer 2 2 20 1
__cxxabiv1::arena::arena 1 1 11 0
__cxxabiv1::arena::~arena 1 1 9 0
__cxxabiv1::arena::size 1 1 8 0
__cxxabiv1::arena::used 1 1 19 0
__cxxabiv1::arena::reset 1 1 9 0
__cxxabiv1::arena<N>::allocate 2 11 69 1
__cxxabiv1::arena<N>::deallocate 3 11 55 2
__cxxabiv1::short_alloc::short_alloc 1 1 17 1
__cxxabiv1::short_alloc::short_alloc 1 2 22 1
__cxxabiv1::short_alloc::allocate 1 4 29 1
__cxxabiv1::short_alloc::deallocate 1 4 35 2
__cxxabiv1::operator == 2 4 41 2
__cxxabiv1::operator != 1 4 34 2
__cxxabiv1::malloc_alloc::malloc_alloc 1 1 12 1
__cxxabiv1::malloc_alloc::allocate 1 4 29 1
__cxxabiv1::malloc_alloc::deallocate 1 4 20 2
__cxxabiv1::malloc_alloc::construct 1 4 36 2
__cxxabiv1::malloc_alloc::destroy 1 4 14 1
__cxxabiv1::operator == 1 4 23 2
__cxxabiv1::operator != 1 4 30 2
__cxxabiv1::string_pair::string_pair 1 1 17 1
__cxxabiv1::string_pair::string_pair 1 2 30 2
__cxxabiv1::string_pair::string_pair 1 1 23 1
__cxxabiv1::string_pair::size 1 1 19 0
__cxxabiv1::string_pair::full 1 1 11 0
__cxxabiv1::string_pair::move_full 1 1 20 0
__cxxabiv1::Db::Db 1 5 34 1
__cxxabiv1::__cxa_demangle 17 64 408 4
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_aux_runtime.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__cxa_bad_cast 1 4 19 1
__cxxabiv1::__cxa_bad_typeid 1 4 19 1
__cxxabiv1::__cxa_throw_bad_array_new_length 1 4 19 1
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/config.h
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_noexception.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__cxa_increment_exception_refcount 2 4 23 1
__cxxabiv1::__cxa_decrement_exception_refcount 2 4 23 1
__cxxabiv1::__cxa_current_primary_exception 1 1 11 0
__cxxabiv1::__cxa_rethrow_primary_exception 2 4 20 1
__cxxabiv1::__cxa_uncaught_exception 1 1 11 0
__cxxabiv1::__cxa_uncaught_exceptions 1 1 11 0
Source file: /home/sergeyb/sources/src/lib/libcxxabi/src/cxa_exception_storage.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxxabiv1::__cxa_get_globals 1 1 9 0
__cxxabiv1::__cxa_get_globals_fast 1 1 9 0
__cxxabiv1::__globals 1 4 14 0
__cxxabiv1::__cxa_get_globals 1 1 10 0
__cxxabiv1::__cxa_get_globals_fast 1 1 10 0
__cxxabiv1::destruct_ 2 5 32 1
__cxxabiv1::construct_ 2 4 22 0
__cxxabiv1::__cxa_get_globals 4 12 72 0
__cxxabiv1::__cxa_get_globals_fast 2 5 36 0
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_traceatr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
color_of 3 12 63 1
_traceattr2 11 72 446 2
_traceattr 1 4 14 1
_nc_retrace_attr_t 1 5 24 1
_nc_altcharset_name 9 63 367 2
_tracechtype2 4 19 147 2
_tracechtype 1 4 14 1
_nc_retrace_chtype 1 5 24 1
_tracecchar_t2 12 52 345 2
_tracecchar_t 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_tracedmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_tracedump 34 111 888 2
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/trace_buf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_trace_alloc 15 38 228 2
_nc_trace_buf 2 7 34 2
_nc_trace_bufcat 3 12 83 2
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_tracemse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_tracemouse 7 47 329 2
_tracemouse 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/visbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_vischar 13 34 264 3
_nc_visbuf2n 7 29 202 3
_nc_visbuf2 1 4 22 2
_nc_visbuf 1 4 16 1
_nc_visbufn 1 4 21 2
_nc_wchstrlen 2 8 35 1
_nc_viswbuf2n 8 35 262 3
_nc_viswbuf2 1 4 22 2
_nc_viswbuf 1 4 16 1
_nc_viswbufn 1 4 21 2
_nc_viswibuf 5 17 116 1
_nc_viscbuf2 16 62 433 3
_nc_viscbuf 1 4 21 2
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_tracebits.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lookup_bits 5 15 153 5
_nc_trace_ttymode 16 109 656 1
_nc_tracebits 1 4 16 1
_nc_tracebits 1 4 8 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/trace_xnames.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_trace_xnames 7 29 224 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/trace_tries.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
recur_tries 6 19 139 2
_nc_trace_tries 1 8 45 1
_nc_trace_tries 1 3 7 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_trace.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( _nc_tputs_trace) 2 4 16 1
NCURSES_PUBLIC_VAR( _nc_outchars) 2 4 16 1
_nc_set_tputs_trace 2 7 25 1
_nc_count_outchars 2 7 23 1
trace 14 41 266 1
_nc_va_tracef 18 41 266 2
_tracef 1 7 32 2
_nc_retrace_bool 2 5 25 1
_nc_retrace_int 1 5 21 1
_nc_retrace_unsigned 1 5 21 1
_nc_retrace_ptr 1 5 25 1
_nc_retrace_cptr 1 5 26 1
_nc_retrace_cvoid_ptr 1 5 23 1
_nc_retrace_void_ptr 1 5 22 1
_nc_retrace_sp 1 5 22 1
_nc_retrace_win 1 5 22 1
_nc_use_tracef 4 16 81 1
_nc_locked_tracef 2 9 48 2
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/lib_tracechr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_tracechar 11 24 187 2
_tracechar 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libcurses/trace/varargs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_varargs 40 117 585 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_tgoto.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
is_termcap 10 24 109 1
tgoto_internal 27 108 562 3
tgoto 3 10 77 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/parse_entry.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_extend_names 23 103 679 3
_nc_parse_entry 65 207 1257 3
_nc_capcmp 25 32 215 2
append_acs0 2 10 62 3
append_acs 3 6 40 3
postprocess_termcap 88 199 1375 2
postprocess_terminfo 3 25 215 1
lookup_fullname 9 30 137 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/write_entry.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
write_file 5 17 142 2
check_writeable 5 16 126 1
make_db_path 11 30 193 3
make_db_root 8 21 156 1
_nc_set_writedir 10 25 156 1
_nc_write_entry 49 138 1018 1
fake_write 3 19 94 6
compute_offsets 4 18 127 3
convert_shorts 4 15 126 3
extended_Booleans 3 10 59 1
extended_Numbers 3 10 59 1
extended_Strings 3 10 59 1
extended_object 2 10 45 1
write_object 36 124 1011 4
_nc_tic_written 1 4 8 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_options.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idlok 4 9 59 2
idcok 3 7 44 2
halfdelay 4 9 54 1
nodelay 3 12 61 2
notimeout 2 9 47 2
wtimeout 2 8 38 2
keypad 2 9 52 2
meta 1 7 42 2
curs_set 1 7 35 1
typeahead 2 10 45 1
has_key_internal 4 10 58 2
has_key 2 5 36 1
_nc_putp 2 9 41 2
_nc_putp_flush 2 8 39 2
_nc_keypad 10 29 146 2
_nc_curs_set 10 27 144 2
_nc_meta 3 14 60 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_acs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_acs_map 2 6 23 1
_nc_init_acs 28 103 689 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_kernel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_vdisable 7 14 60 1
erasechar 4 12 64 1
killchar 4 12 64 1
flushinp 5 19 92 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/access.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_rootname 7 16 96 1
_nc_is_abs_path 2 4 14 1
_nc_pathlast 4 11 56 1
_nc_basename 1 4 15 1
_nc_access 7 19 130 2
_nc_is_dir_path 3 10 48 1
_nc_is_file_path 3 10 48 1
_nc_env_access 7 9 48 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/read_entry.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
convert_shorts 4 13 100 3
convert_strings 9 24 205 5
fake_read 3 13 83 5
_nc_read_termtype 53 183 1439 3
_nc_read_file_entry 5 22 150 2
_nc_read_tic_entry 14 57 377 5
_nc_read_entry 11 28 188 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/trim_sgr0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_attribute_9 2 7 56 2
is_csi 4 8 47 1
skip_zero 4 10 53 1
skip_delay 6 11 63 1
rewrite_sgr 6 20 137 2
similar_sgr 8 31 197 2
chop_out 2 9 65 3
compare_part 8 31 145 2
_nc_trim_sgr0 21 81 568 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_tparm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_free_tparm 2 10 53 1
get_space 3 10 68 1
save_text 2 9 93 3
save_number 2 8 83 3
save_char 2 7 39 1
npush 2 11 79 1
npop 3 13 86 1
spush 2 11 80 1
spop 4 15 113 1
parse_format 22 78 354 3
_nc_tparm_analyze 42 99 458 3
tparam_internal 77 238 1320 2
tparm_varargs 2 11 52 2
tparm_proto 1 13 59 10
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/comp_hash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_make_hash_table 5 20 127 2
hash_function 2 11 78 1
_nc_find_entry 4 18 115 2
_nc_find_type_entry 4 11 74 3
parse_columns 14 34 208 1
main 24 113 767 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_raw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
raw 5 23 139 1
cbreak 5 23 131 1
qiflush 4 16 77 1
noraw 5 22 129 1
nocbreak 5 20 107 1
noqiflush 4 17 77 1
intrflush 5 20 103 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_tputs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_set_no_padding 3 10 56 1
delay_output 4 16 90 1
_nc_flush 1 4 13 1
_nc_outch 3 12 54 1
putp 1 4 18 1
tputs 43 116 629 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/strings.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_strstr 4 14 82 2
_nc_str_init 3 12 64 3
_nc_str_null 1 4 20 2
_nc_str_copy 1 5 20 2
_nc_safe_strcat 4 15 79 2
_nc_safe_strcpy 4 15 87 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_ttyflags.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_get_tty_mode 8 26 125 1
_nc_set_tty_mode 9 26 126 1
def_shell_mode 6 15 83 1
def_prog_mode 4 13 67 1
reset_prog_mode 5 15 71 1
reset_shell_mode 3 13 61 1
saved_tty 3 13 62 1
savetty 1 5 25 1
resetty 1 5 25 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_baudrate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_baudrate 10 25 113 1
_nc_ospeed 4 14 69 1
baudrate 9 24 144 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/captoinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init_string 3 9 41 1
save_string 4 15 113 2
save_char 1 6 36 2
push 2 7 26 1
pop 3 11 42 1
cvtchar 20 57 320 1
getparm 13 32 164 2
_nc_captoinfo 80 259 1407 3
bcd_expression 5 20 118 1
save_tc_char 6 16 123 2
save_tc_inequality 1 7 44 3
_nc_infotocap 68 136 1010 3
main 9 29 190 2
_nc_captoinfo_leaks 2 7 22 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/doalloc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_doalloc 3 13 61 2
_nc_strdup 3 15 76 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/comp_error.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_get_source 1 4 8 1
_nc_set_source 1 4 13 1
_nc_set_type 4 10 54 1
_nc_get_type 6 9 49 1
where_is_problem 6 12 85 1
_nc_warning 2 11 52 2
_nc_err_abort 1 10 51 2
_nc_syserr_abort 2 11 55 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mcprint 9 32 229 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/use_screen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
use_screen 1 13 77 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/free_ttype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_free_termtype 2 12 79 1
use_extended_names 1 7 32 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/make_keys.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lookup 7 20 109 1
make_keys 6 27 162 2
write_list 2 5 31 2
main 4 38 148 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/comp_expand.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
trailing_spaces 2 6 24 1
_nc_tic_expand 61 118 899 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/db_iterator.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_tic_dir 6 14 69 1
_nc_keep_tic_dir 1 5 17 1
_nc_last_db 2 7 22 1
next_list_item 8 24 149 2
_nc_next_db 29 66 332 2
_nc_first_db 1 5 21 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/comp_scan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_reset_input 3 12 56 2
last_char 3 9 44 1
next_char 25 78 443 1
push_back 2 7 27 1
stream_pos 3 4 26 1
end_of_stream 4 5 31 1
eat_escaped_newline 4 7 35 1
_nc_get_token 93 280 1414 1
_nc_trans_string 49 132 695 2
_nc_push_token 3 12 59 1
_nc_panic_mode 4 11 38 1
_nc_comp_scan_leaks 2 6 18 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/getenv_num.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_getenv_num 6 13 81 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/name_match.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_first_name 9 21 113 1
_nc_name_match 12 30 174 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/home_terminfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_home_terminfo 7 18 107 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/hashed_db.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_db_open 10 41 197 2
_nc_db_close 2 7 33 1
_nc_db_put 2 8 69 3
_nc_db_get 2 8 66 3
_nc_db_first 3 11 101 3
_nc_db_next 3 12 72 3
_nc_db_have_index 2 13 77 4
_nc_db_have_data 4 15 89 4
_nc_hashed_db 1 3 5 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/read_termcap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
get_termpath 3 8 44 1
_nc_cgetset 3 17 94 1
_nc_cgetcap 14 29 165 3
_nc_cgetent 1 5 50 4
_nc_getent 51 212 1180 9
_nc_cgetmatch 12 26 134 2
_nc_nfcmp 2 11 78 2
get_tc_token 11 36 189 2
copy_tc_token 6 17 86 3
_nc_tgetent 31 111 731 4
add_tc 5 15 94 3
_nc_read_termcap_entry 42 128 976 2
_nc_read_termcap 1 3 5 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/init_keytry.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_tinfo_fkeysf 1 4 9 1
_nc_init_keytry 11 29 190 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/comp_parse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
enqueue 3 11 58 1
force_bar 3 13 78 3
_nc_entry_match 5 13 153 2
_nc_read_entry_source 12 36 252 5
_nc_resolve_uses2 24 127 801 2
_nc_resolve_uses 1 4 14 1
sanity_check2 18 46 279 2
sanity_check 1 4 15 1
_nc_leaks_tic 2 10 38 1
_nc_free_tic 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/alloc_entry.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_init_entry 9 29 190 1
_nc_copy_entry 2 9 52 1
_nc_save_str 5 20 137 1
_nc_wrap_entry 25 86 707 2
_nc_merge_entry 11 32 216 2
_nc_alloc_entry_leaks 2 7 22 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_termname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
termname 2 8 38 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_cur_term.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( cur_term) 3 4 26 1
set_curterm 6 20 121 1
del_curterm 3 16 84 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_ti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tigetflag 3 15 91 1
tigetnum 4 17 109 1
tigetstr 3 15 91 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/entries.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_free_entry 2 7 37 2
_nc_free_entries 2 7 30 1
_nc_delink_entry 6 19 104 2
_nc_leaks_tinfo 5 17 80 1
_nc_free_tinfo 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/add_tries.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_add_to_try 16 57 366 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/setbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_set_buffer 15 29 183 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_data.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( stdscr) 2 4 14 1
NCURSES_PUBLIC_VAR( curscr) 2 4 14 1
NCURSES_PUBLIC_VAR( newscr) 2 4 14 1
_nc_screen 1 4 8 1
_nc_alloc_screen 1 4 21 1
_nc_set_screen 1 4 11 1
init_global_mutexes 2 10 47 1
_nc_init_pthreads 8 17 69 1
_nc_mutex_init 2 9 38 1
_nc_mutex_lock 2 6 22 1
_nc_mutex_trylock 2 6 22 1
_nc_mutex_unlock 2 6 22 1
_nc_sigprocmask 2 7 42 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/alloc_ttype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
merge_names 8 26 175 5
find_name 3 11 66 3
realign_data 10 50 451 5
_nc_first_ext_name 4 19 66 2
_nc_last_ext_name 4 17 63 2
_nc_find_ext_name 3 12 77 3
_nc_ext_data_index 4 17 90 3
_nc_del_ext_name 9 37 267 3
_nc_ins_ext_name 11 44 390 3
adjust_cancels 12 43 319 2
_nc_align_termtype 17 71 491 2
_nc_copy_termtype 3 20 178 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_setup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( ttytype) 2 5 24 1
_nc_ptr_Lines 1 4 10 1
NCURSES_PUBLIC_VAR( LINES) 1 4 11 1
_nc_ptr_Cols 1 4 10 1
NCURSES_PUBLIC_VAR( COLS) 1 4 11 1
NCURSES_PUBLIC_VAR( TABSIZE) 2 4 14 1
set_tabsize 3 11 37 1
_nc_handle_sigwinch 4 11 51 1
use_env 1 6 24 1
_nc_get_screensize 25 68 430 3
_nc_update_screensize 5 15 83 1
grab_entry 4 17 107 2
do_prototype 5 18 100 1
_nc_get_locale 8 12 92 1
_nc_unicode_locale 4 15 87 1
_nc_locale_breaks_acs 11 21 132 1
_nc_setupterm 26 73 440 4
setupterm 1 4 27 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_termcap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tgetent 21 68 386 2
tgetflag 3 15 93 1
tgetnum 4 17 111 1
tgetstr 10 32 227 2
_nc_tgetent_leaks 3 8 36 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_napms.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
napms 4 15 94 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_longname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
longname 3 9 56 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tinfo/lib_has_cap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
has_ic 7 8 38 1
has_il 5 7 32 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_unget_wch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_wcrtomb 4 16 101 3
unget_wch 6 30 178 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_in_wch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
win_wch 3 16 113 2
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_pecho_wchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pecho_wchar 3 16 114 2
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_erasewchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erasewchar 2 11 53 1
killwchar 2 11 53 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/charable.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_is_charable 2 7 40 1
_nc_to_char 4 12 59 1
_nc_to_widechar 4 14 65 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_wacs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_init_wacs 6 60 532 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_slk_wset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_wset 4 22 167 3
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_inwstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winnwstr 11 39 233 3
winwstr 2 8 64 2
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_wunctrl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wunctrl 3 13 90 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_get_wch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wget_wch 9 53 316 2
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_in_wchnstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
win_wchnstr 9 29 221 3
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_add_wch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wadd_wch 9 31 215 2
wecho_wchar 9 32 220 2
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_cchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setcchar 8 37 243 5
getcchar 7 30 195 5
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_box_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wborder_set 4 59 511 9
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_vline_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wvline_set 5 29 172 3
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_ins_wch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_insert_wch 5 22 179 2
wins_wch 2 16 91 2
wins_nwstr 10 40 251 3
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_vid_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vid_puts 43 126 857 4
vid_attr 1 5 44 3
term_attrs 7 19 77 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_key_name.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
key_name 3 17 109 1
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_hline_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
whline_set 5 28 168 3
Source file: /home/sergeyb/sources/src/lib/libcurses/widechar/lib_get_wstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wadd_wint 1 9 63 2
WipeOut 7 21 151 6
wgetn_wstr 33 111 668 3
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/hardscroll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_scroll_optimize 27 54 392 1
_nc_linedump 3 13 110 1
main 7 25 180 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/tty_display.h
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/lib_mvcur.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
trace_cost_of 1 7 50 3
trace_normalized_cost 1 7 50 3
_nc_msec_cost 14 26 203 2
normalized_cost 2 7 48 2
reset_scroll_region 2 7 31 1
_nc_mvcur_resume 3 14 66 1
_nc_mvcur_init 12 64 618 1
_nc_mvcur_wrap 3 14 70 1
repeated_append 4 17 85 5
relative_move 62 147 946 6
onscreen_mvcur 36 100 729 5
mvcur 18 65 394 4
tputs 2 8 52 3
putp 1 4 20 1
_nc_outch 1 5 16 1
delay_output 1 4 10 1
load_term 1 4 18 1
roll 2 8 43 1
main 26 158 1295 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/lib_twait.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_gettime 6 24 150 2
_nc_eventlist_timeout 5 16 83 1
_nc_timed_wait 97 201 1378 4
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/tty_update.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
position_check 11 37 267 3
GoTo 1 8 74 2
PutAttrChar 30 72 502 1
check_pending 11 33 193 1
PutCharLR 8 20 134 1
wrap_cursor 5 19 122 1
PutChar 4 10 62 1
can_clear_with 12 20 133 1
EmitRange 19 55 354 2
PutRange 9 28 202 5
doupdate 64 204 1279 1
ClrBlank 2 7 37 1
ClrUpdate 2 13 94 1
ClrToEOL 10 29 170 2
ClrToEOS 4 15 107 1
ClrBottom 14 32 243 1
TransformLine 81 204 1473 1
ClearScreen 16 50 335 1
InsStr 9 40 199 2
DelChar 3 17 88 1
scroll_csr_forward 24 49 357 6
scroll_csr_backward 24 50 357 6
scroll_idl 13 35 218 4
_nc_scrolln 39 87 650 4
_nc_screen_resume 14 33 184 1
_nc_screen_init 1 4 9 1
_nc_screen_wrap 5 16 93 1
_nc_do_xmc_glitch 4 13 80 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/lib_vidattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vidputs 47 143 916 2
vidattr 1 5 31 1
termattrs 11 26 107 1
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/hashmap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hash 2 11 58 1
update_cost 3 9 59 2
update_cost_from_blank 4 12 72 1
cost_effective 6 15 134 3
grow_hunks 20 69 396 1
_nc_hash_map 38 91 635 1
_nc_make_oldhash 2 5 23 1
_nc_scroll_oldhash 5 17 143 3
usage 2 18 73 1
main 27 81 582 2
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/tty_input.h
Source file: /home/sergeyb/sources/src/lib/libcurses/tty/lib_tstp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
signal_name 13 23 65 1
tstp 12 39 292 1
cleanup 11 28 146 1
sigwinch 1 4 14 1
CatchIfDefault 17 36 216 2
_nc_signal_handler 11 33 193 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_chgat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wchgat 5 16 154 5
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_winch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winch 2 10 76 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_insnstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winsnstr 6 21 159 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_mouse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_trace_slot 2 9 63 2
write_event 2 10 100 5
mouse_server 11 47 343 1
sysmouse_server 14 44 317 1
handle_sysmouse 1 4 13 1
init_xterm_mouse 2 7 39 1
enable_xterm_mouse 2 6 35 2
allow_gpm_mouse 6 18 95 1
unload_gpm_library 2 10 51 1
load_gpm_library 6 16 96 1
enable_gpm_mouse 12 36 232 2
initialize_mousetype 31 101 667 1
_nc_mouse_init 4 18 106 1
_nc_mouse_event 22 71 400 1
_nc_mouse_inline 22 72 456 1
mouse_activate 19 50 227 2
_nc_mouse_parse 50 125 820 2
_nc_mouse_wrap 9 19 78 1
_nc_mouse_resume 9 19 78 1
_nc_getmouse 4 15 113 2
getmouse 1 4 15 1
_nc_ungetmouse 3 12 78 2
ungetmouse 1 4 15 1
mousemask 6 27 126 2
wenclose 6 13 100 3
mouseinterval 3 13 59 1
_nc_has_mouse 2 4 18 1
wmouse_trafo 8 26 160 4
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_delch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wdelch 3 19 142 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_instr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winnstr 16 56 408 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/use_window.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
use_window 1 9 59 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_inchstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winchnstr 6 15 143 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/version.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
curses_version 1 5 21 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_erase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
werase 8 36 229 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_failed 2 9 42 1
_nc_slk_initialize 28 83 764 2
slk_restore 2 9 51 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_clearok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clearok 2 9 47 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/legacy_coding.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
use_legacy_coding 4 10 56 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_dft_fgbg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
use_default_colors 1 5 27 1
assume_default_colors 8 19 155 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_newterm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_initscr 5 16 105 1
filter 1 7 27 1
nofilter 1 7 27 1
newterm 18 59 349 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/resizeterm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
show_window_sizes 2 16 98 1
is_term_resized 4 8 44 2
ripped_window 5 14 60 1
ripped_bottom 5 16 65 1
child_depth 4 15 69 1
parent_depth 3 12 49 1
adjust_window 13 38 277 4
decrease_size 6 25 144 3
increase_size 6 25 144 3
resize_term 13 54 289 2
resizeterm 14 39 200 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/keybound.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keybound 3 9 65 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/nc_panel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_panelhook 2 4 19 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/key_defined.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_definition 10 22 147 2
key_defined 3 9 56 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_scrollok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scrollok 2 9 47 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_scanw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwscanw 2 7 56 3
scanw 1 10 53 2
wscanw 1 10 59 3
mvscanw 2 9 63 4
mvwscanw 2 9 69 5
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_addstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
waddnstr 7 26 200 3
waddchnstr 8 29 220 3
_nc_wchstrlen 2 8 34 1
wadd_wchnstr 20 63 471 3
waddnwstr 7 25 195 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_refresh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wrefresh 5 17 100 1
wnoutrefresh 37 120 781 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_freeall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_freeall 22 50 266 1
_nc_free_and_exit 3 13 62 1
_nc_freeall 1 3 5 1
_nc_free_and_exit 3 8 31 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_clear.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wclear 2 8 48 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/safe_sprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_printf_length 49 154 799 2
_nc_printf_string 13 36 217 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_bkgd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wbkgrndset 8 33 258 2
wbkgdset 1 6 30 2
wbkgrnd 5 28 225 2
wbkgd 1 6 31 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_flash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
flash 3 15 70 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/define_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
define_key 10 31 188 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_mvwin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mvwin 16 43 284 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkcolor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_color 5 12 104 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_wattroff.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wattr_off 3 16 97 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_attr 3 11 73 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_restart.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
restartterm 8 37 181 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_clrbot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wclrtobot 4 24 180 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/vsscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
final_ch 23 63 198 2
other_ch 3 13 39 1
vsscanf 44 148 780 3
_nc_vsscanf 1 3 5 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkclear.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_clear 4 17 112 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkrefr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_paint_info 5 12 103 1
slk_intern_refresh 12 37 259 1
slk_noutrefresh 4 10 64 1
slk_refresh 4 10 64 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_initscr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
initscr 9 31 184 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkatron.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_attron 4 14 126 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slktouch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_touch 3 8 45 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_box.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_my_render 1 7 40 2
wborder 4 59 503 9
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkatrof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_attroff 4 14 123 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_endwin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
endwin 2 12 54 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_window.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_synchook 3 7 29 1
mvderwin 9 22 188 3
syncok 2 9 47 2
wsyncup 7 23 180 1
wsyncdown 8 24 200 1
wcursyncup 3 9 68 1
dupwin 6 56 426 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_touch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
is_linetouched 5 7 69 2
is_wintouched 4 10 64 1
wtouchln 9 14 131 4
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_getstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WipeOut 6 18 127 6
wgetnstr_events 38 100 612 4
wgetnstr 1 7 35 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkatr_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_attr_set 7 15 139 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_beep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
beep 4 17 83 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_hline.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
whline 5 28 170 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_nl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nl 2 8 37 1
nonl 2 8 37 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_immedok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
immedok 2 7 36 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_set_term.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_term 4 28 140 1
_nc_free_keytry 2 8 35 1
delink_screen 4 18 70 1
delscreen 11 52 327 1
no_mouse_event 1 4 12 1
no_mouse_inline 1 4 12 1
no_mouse_parse 1 4 16 2
no_mouse_resume 1 3 9 1
no_mouse_wrap 1 3 9 1
extract_fgbg 6 15 85 2
_nc_setupscreen 63 235 1462 5
_nc_ripoffline 4 14 83 2
ripoffline 3 8 66 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_set 23 85 559 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_isendwin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isendwin 2 6 19 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_echo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
echo 1 6 26 1
noecho 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_vline.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wvline 5 29 174 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkatrset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_attrset 3 9 58 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_color.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( COLOR_PAIRS) 2 4 15 1
NCURSES_PUBLIC_VAR( COLORS) 2 4 15 1
default_fg 2 4 19 1
default_bg 2 4 17 1
toggled_colors 2 10 66 1
set_background_color 2 10 66 2
set_foreground_color 2 10 66 2
init_color_table 8 23 163 1
reset_color_pair 2 10 36 1
_nc_reset_colors 4 15 77 1
start_color 10 38 219 1
rgb2hls 9 25 232 6
init_pair 29 58 477 3
init_color 10 30 252 4
can_change_color 2 5 28 1
has_colors 8 10 66 1
color_content 8 22 158 4
pair_content 10 22 162 3
_nc_do_color 27 55 335 4
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_wattron.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wattr_on 3 16 102 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_leaveok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
leaveok 2 9 47 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_printw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
printw 2 13 78 2
wprintw 2 13 84 3
mvprintw 3 15 105 4
mvwprintw 3 15 113 5
vwprintw 2 10 72 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_scrreg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wsetscrreg 7 13 88 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/keyok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keyok 9 30 205 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_ungetch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_fifo_dump 2 7 57 1
_nc_ungetch 5 20 99 2
ungetch 1 5 33 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_overlay.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
overlap 7 46 334 3
overlay 1 5 38 2
overwrite 1 5 38 2
copywin 15 61 470 9
Source file: /home/sergeyb/sources/src/lib/libcurses/base/tries.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_expand_try 11 30 200 4
_nc_remove_key 6 23 144 2
_nc_remove_string 7 22 164 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_delwin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cannot_delete 5 15 76 1
delwin 6 19 99 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_screen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getwin 11 58 429 1
putwin 7 22 151 2
scr_restore 4 15 96 1
scr_dump 3 13 86 1
scr_init 6 17 107 1
scr_set 3 12 67 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_redrawln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wredrawln 9 30 250 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_scroll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_scroll_window 19 67 530 5
wscrl 4 13 87 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_newwin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remove_window_from_screen 5 16 70 1
_nc_freewin 8 33 186 1
newwin 11 27 225 4
derwin 13 30 260 5
subwin 1 6 84 5
dimension_limit 2 5 23 1
_nc_makenew 15 69 528 5
_nc_screen_of 2 9 42 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_insdel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
winsdelln 3 14 77 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_colorset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcolor_set 5 14 93 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_insch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_insert_ch 23 69 448 2
winsch 2 16 89 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_move.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmove 2 12 83 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/wresize.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cleanup_lines 2 7 36 2
repair_subwindows 8 25 200 1
wresize 39 112 881 3
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_clreol.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wclrtoeol 8 30 193 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_pad.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
newpad 7 21 190 2
subpad 4 11 91 5
prefresh 3 16 74 7
pnoutrefresh 46 124 904 7
pechochar 3 16 113 2
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slkinit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_init 4 10 68 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_slklab.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
slk_label 5 7 63 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_getch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_PUBLIC_VAR( ESCDELAY) 2 4 15 1
set_escdelay 3 11 37 1
_nc_use_meta 2 5 28 1
check_mouse_activity 9 16 107 2
fifo_peek 1 7 36 1
fifo_pull 4 16 81 1
fifo_push 27 64 400 1
fifo_clear 1 6 35 1
recur_wrefresh 7 17 94 1
recur_wgetnstr 5 24 115 2
_nc_wgetch 62 126 802 3
wgetch_events 2 13 66 2
wgetch 2 13 64 1
kgetch 18 64 375 1
Source file: /home/sergeyb/sources/src/lib/libcurses/base/lib_addch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
render_char 9 35 248 2
_nc_render 1 4 18 2
newline_forces_scroll 3 11 57 2
wrap_to_next_line 3 12 66 1
fill_cells 3 12 64 2
_nc_build_wch 6 37 298 2
waddch_literal 27 104 734 2
waddch_nosync 28 77 424 2
_nc_waddch_nosync 1 4 21 2
waddch 3 14 94 2
wechochar 3 17 113 2
Source file: /home/sergeyb/sources/src/lib/libcurses/nc_panel.h
Source file: /home/sergeyb/sources/src/lib/libcurses/hashsize.h
Source file: /home/sergeyb/sources/src/lib/libcurses/termcap.h
Source file: /home/sergeyb/sources/src/lib/libcurses/term.h
Source file: /home/sergeyb/sources/src/lib/libcurses/fifo_defs.h
Source file: /home/sergeyb/sources/src/lib/libcurses/tic.h
Source file: /home/sergeyb/sources/src/lib/libcurses/hashed_db.h
Source file: /home/sergeyb/sources/src/lib/libcurses/unctrl.h
Source file: /home/sergeyb/sources/src/lib/libcurses/nc_tparm.h
Source file: /home/sergeyb/sources/src/lib/libcurses/curses.priv.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCURSES_EXPORT_VAR 2 10 40 1
Source file: /home/sergeyb/sources/src/lib/libcurses/parametrized.h
Source file: /home/sergeyb/sources/src/lib/libcurses/ncurses_cfg.h
Source file: /home/sergeyb/sources/src/lib/libcurses/capdefaults.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
if 1 4 22 1
if 1 7 35 1
Source file: /home/sergeyb/sources/src/lib/libcurses/nc_alloc.h
Source file: /home/sergeyb/sources/src/lib/libcurses/SigAction.h
Source file: /home/sergeyb/sources/src/lib/libcurses/curses.h
Source file: /home/sergeyb/sources/src/lib/libcurses/ncurses_def.h
Source file: /home/sergeyb/sources/src/lib/libcurses/term_entry.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_wrap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_wrap_key 7 30 277 5
AES_unwrap_key 8 36 304 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_misc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_options 2 5 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_ofb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_ofb128_encrypt 1 6 52 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_cbc_encrypt 2 10 73 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_ige.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_ige_encrypt 20 104 846 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_core.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_set_encrypt_key 17 91 814 3
AES_set_decrypt_key 4 48 554 3
AES_encrypt 6 151 3255 3
AES_decrypt 6 151 3279 3
AES_set_encrypt_key 17 91 818 3
AES_set_decrypt_key 6 51 480 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_cfb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_cfb128_encrypt 1 6 58 7
AES_cfb1_encrypt 1 6 58 7
AES_cfb8_encrypt 1 6 58 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_x86core.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
prefetch256 2 9 75 1
AES_set_encrypt_key 17 90 818 3
AES_set_decrypt_key 7 70 800 3
AES_encrypt 9 175 1989 3
AES_decrypt 8 170 1903 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_ctr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_ctr128_encrypt 1 7 64 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/aes/aes_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
AES_ecb_encrypt 2 8 49 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_vrf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_do_verify 1 4 37 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_ossl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_OpenSSL 1 4 10 1
dsa_do_sign 21 69 432 3
dsa_sign_setup 21 61 431 4
dsa_do_verify 27 71 549 4
dsa_init 1 5 17 1
dsa_finish 1 5 18 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_dsa_init 2 15 77 1
pkey_dsa_copy 2 13 77 2
pkey_dsa_cleanup 1 5 21 1
pkey_dsa_sign 3 17 110 5
pkey_dsa_verify 2 13 91 5
pkey_dsa_ctrl 24 53 222 4
pkey_dsa_ctrl_str 18 39 260 3
pkey_dsa_paramgen 4 22 125 2
pkey_dsa_keygen 4 15 82 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_set_default_method 1 4 13 1
DSA_get_default_method 2 6 20 1
DSA_new 1 4 12 1
DSA_set_method 4 15 80 2
DSA_new_method 9 50 293 1
DSA_free 5 22 138 1
DSA_up_ref 2 5 32 1
DSA_size 1 15 92 1
DSA_get_ex_new_index 1 6 39 5
DSA_set_ex_data 1 4 28 3
DSA_get_ex_data 1 4 22 2
DSA_dup_DH 13 30 205 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_depr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_generate_parameters 3 15 105 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_print_fp 2 13 76 3
DSAparams_print_fp 2 13 71 2
DSA_print 3 11 70 3
DSAparams_print 3 11 67 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_gen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_generate_parameters_ex 3 20 129 7
dsa_builtin_paramgen 74 195 1353 10
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sig_cb 3 16 84 4
d2i_DSA_SIG 1 5 38 3
i2d_DSA_SIG 1 4 29 2
dsa_cb 4 14 80 4
d2i_DSAPrivateKey 1 5 38 3
i2d_DSAPrivateKey 1 4 29 2
d2i_DSAparams 1 5 38 3
i2d_DSAparams 1 4 29 2
d2i_DSAparams_bio 1 4 23 2
i2d_DSAparams_bio 1 4 23 2
d2i_DSAparams_fp 1 4 23 2
i2d_DSAparams_fp 1 4 23 2
d2i_DSAPublicKey 1 5 38 3
i2d_DSAPublicKey 1 4 29 2
DSAparams_dup 1 4 17 1
DSA_sign 2 13 80 6
DSA_verify 5 22 151 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_DSA_strings 2 8 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_generate_key 2 6 32 1
dsa_builtin_keygen 13 38 234 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSA_do_sign 1 4 31 3
DSA_sign_setup 1 4 36 4
DSA_SIG_new 2 10 43 1
DSA_SIG_free 2 8 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dsa/dsa_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dsa_pub_decode 10 47 271 2
dsa_pub_encode 9 39 210 2
dsa_priv_decode 11 55 329 2
dsa_priv_encode 5 35 196 2
int_dsa_size 1 4 19 1
dsa_bits 1 4 21 1
dsa_missing_parameters 4 8 47 1
dsa_copy_parameters 4 17 149 2
dsa_cmp_parameters 4 9 80 2
dsa_pub_cmp 2 7 44 2
int_dsa_free 1 4 17 1
update_buflen 3 8 45 2
do_dsa_print 14 53 343 4
dsa_param_decode 2 10 57 3
dsa_param_encode 1 4 26 2
dsa_param_print 1 4 36 4
dsa_pub_print 1 4 36 4
dsa_priv_print 1 4 36 4
old_dsa_priv_decode 11 39 256 3
old_dsa_priv_encode 1 4 26 2
dsa_sig_print 8 38 235 5
dsa_pkey_ctrl 8 27 153 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/hkdf/hkdf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HKDF 3 14 99 9
HKDF_extract 2 13 77 7
HKDF_expand 13 41 286 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/hkdf/hkdf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/curve25519/curve25519-generic.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
x25519_scalar_mult 1 5 33 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/curve25519/curve25519.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
load_3 1 7 55 1
load_4 1 8 70 1
fe_frombytes 1 42 482 2
fe_tobytes 1 67 769 2
fe_copy 1 3 25 2
fe_0 1 1 21 1
fe_1 1 4 28 1
fe_add 2 6 48 3
fe_sub 2 6 48 3
fe_mul 1 178 1895 3
fe_sq 1 122 1264 2
fe_invert 12 62 444 2
fe_neg 2 6 40 2
fe_cmov 2 9 62 3
fe_isnonzero 1 6 48 1
fe_isnegative 1 5 29 1
fe_sq2 1 132 1304 2
fe_pow22523 12 61 441 2
x25519_ge_tobytes 1 10 73 2
ge_p3_tobytes 1 10 73 2
x25519_ge_frombytes_vartime 4 36 293 2
ge_p2_0 1 5 29 1
ge_p3_0 1 6 36 1
ge_cached_0 1 6 36 1
ge_precomp_0 1 5 29 1
ge_p3_to_p2 1 5 46 2
x25519_ge_p3_to_cached 1 6 67 2
x25519_ge_p1p1_to_p2 1 5 58 2
x25519_ge_p1p1_to_p3 1 6 73 2
ge_p1p1_to_cached 1 5 32 2
ge_p2_dbl 1 12 131 2
ge_p3_dbl 1 5 32 2
ge_madd 1 13 165 3
ge_msub 1 13 165 3
x25519_ge_add 1 14 180 3
x25519_ge_sub 1 14 180 3
equal 1 9 46 2
cmov 1 5 55 3
x25519_ge_scalarmult_small_precomp 5 37 324 3
x25519_ge_scalarmult_base 1 3 24 2
negative 1 5 21 1
table_select 1 18 264 3
x25519_ge_scalarmult_base 5 39 325 2
cmov_cached 1 6 67 3
x25519_ge_scalarmult 6 44 361 3
slide 11 31 253 2
ge_double_scalarmult_vartime 9 60 581 4
x25519_sc_reduce 1 311 2453 1
sc_muladd 1 457 4010 4
ED25519_keypair 1 14 104 2
ED25519_sign 1 27 201 4
ED25519_verify 3 29 229 4
fe_cswap 2 10 69 3
fe_mul121666 1 52 534 2
x25519_scalar_mult_generic 2 46 367 3
x25519_public_from_private_generic 1 17 120 2
x25519_public_from_private 1 6 38 2
X25519_keypair 1 9 51 2
X25519 1 8 57 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/curve25519/curve25519.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/curve25519/curve25519_internal.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/by_mem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_LOOKUP_mem 1 4 12 1
by_mem_ctrl 13 40 268 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509name.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_NAME_get_text_by_NID 2 8 55 4
X509_NAME_get_text_by_OBJ 5 18 130 4
X509_NAME_entry_count 2 6 29 1
X509_NAME_get_index_by_NID 2 8 49 3
X509_NAME_get_index_by_OBJ 5 18 112 3
X509_NAME_get_entry 4 8 48 2
X509_NAME_delete_entry 8 24 171 2
X509_NAME_add_entry_by_OBJ 2 12 80 7
X509_NAME_add_entry_by_NID 2 12 79 7
X509_NAME_add_entry_by_txt 2 12 82 7
X509_NAME_add_entry 14 50 303 4
X509_NAME_ENTRY_create_by_txt 2 15 90 5
X509_NAME_ENTRY_create_by_NID 2 14 78 5
X509_NAME_ENTRY_create_by_OBJ 10 21 150 5
X509_NAME_ENTRY_set_object 4 10 69 2
X509_NAME_ENTRY_set_data 11 22 172 4
X509_NAME_ENTRY_get_object 2 6 26 1
X509_NAME_ENTRY_get_data 2 6 26 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/by_dir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_LOOKUP_hash_dir 1 4 12 1
dir_ctrl 4 20 106 5
new_dir 3 13 80 1
by_dir_hash_free 1 4 13 1
by_dir_hash_cmp 3 9 60 2
by_dir_entry_free 2 7 35 1
free_dir 3 10 59 1
add_cert_dir 17 56 341 3
get_cert_by_subject 26 137 814 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_v3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509v3_get_ext_count 2 6 31 1
X509v3_get_ext_by_NID 2 8 53 3
X509v3_get_ext_by_OBJ 5 18 103 3
X509v3_get_ext_by_critical 8 19 116 3
X509v3_get_ext 4 7 44 2
X509v3_delete_ext 4 8 54 2
X509v3_add_ext 13 35 205 3
X509_EXTENSION_create_by_NID 3 15 80 4
X509_EXTENSION_create_by_OBJ 11 25 161 4
X509_EXTENSION_set_object 3 8 54 2
X509_EXTENSION_set_critical 3 7 40 2
X509_EXTENSION_set_data 3 10 58 2
X509_EXTENSION_get_object 2 6 26 1
X509_EXTENSION_get_data 2 6 26 1
X509_EXTENSION_get_critical 3 8 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_trs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tr_cmp 1 4 33 2
int( * X509_TRUST_set_default(int(*trust)(int,X509*,int))) 1 7 35 3
X509_check_trust 5 19 115 3
X509_TRUST_get_count 2 6 22 1
X509_TRUST_get0 3 8 40 1
X509_TRUST_get_by_id 5 14 73 1
X509_TRUST_set 2 9 39 2
X509_TRUST_add 10 48 274 6
trtable_free 4 10 45 1
X509_TRUST_cleanup 2 8 41 1
X509_TRUST_get_flags 1 4 13 1
X509_TRUST_get0_name 1 4 13 1
X509_TRUST_get_trust 1 4 13 1
trust_1oidany 4 6 57 3
trust_1oid 2 6 36 3
trust_compat 2 8 40 3
obj_trust 8 24 144 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_set_version 4 10 69 2
X509_set_serialNumber 4 15 82 2
X509_set_issuer_name 3 6 48 2
X509_set_subject_name 3 6 48 2
X509_set_notBefore 5 15 101 2
X509_set_notAfter 5 15 101 2
X509_set_pubkey 3 6 50 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_txt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_verify_cert_error_string 55 117 477 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_obj.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_NAME_oneline 28 104 786 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_def.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_get_default_private_dir 1 4 11 1
X509_get_default_cert_area 1 4 11 1
X509_get_default_cert_dir 1 4 11 1
X509_get_default_cert_file 1 4 11 1
X509_get_default_cert_dir_env 1 4 11 1
X509_get_default_cert_file_env 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_r2x.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_REQ_to_X509 11 36 241 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/by_file.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_LOOKUP_file 1 4 12 1
by_file_ctrl 5 25 124 5
X509_load_cert_file 13 53 283 3
X509_load_crl_file 14 54 289 3
X509_load_cert_crl_file 7 33 192 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509type.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_certificate_type 19 57 240 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_bio 1 4 23 2
i2d_X509_bio 1 4 23 2
d2i_X509_fp 1 4 23 2
i2d_X509_fp 1 4 23 2
d2i_X509_CRL_bio 1 4 23 2
i2d_X509_CRL_bio 1 4 23 2
d2i_X509_CRL_fp 1 4 23 2
i2d_X509_CRL_fp 1 4 23 2
d2i_PKCS7_bio 1 4 23 2
i2d_PKCS7_bio 1 4 23 2
d2i_PKCS7_fp 1 4 23 2
i2d_PKCS7_fp 1 4 23 2
d2i_X509_REQ_bio 1 4 23 2
i2d_X509_REQ_bio 1 4 23 2
d2i_X509_REQ_fp 1 4 23 2
i2d_X509_REQ_fp 1 4 23 2
d2i_RSAPrivateKey_bio 1 4 23 2
i2d_RSAPrivateKey_bio 1 4 23 2
d2i_RSAPrivateKey_fp 1 4 23 2
i2d_RSAPrivateKey_fp 1 4 23 2
d2i_RSAPublicKey_bio 1 4 23 2
i2d_RSAPublicKey_bio 1 4 23 2
d2i_RSAPublicKey_fp 1 4 23 2
i2d_RSAPublicKey_fp 1 4 23 2
d2i_RSA_PUBKEY_bio 1 4 26 2
i2d_RSA_PUBKEY_bio 1 4 24 2
i2d_RSA_PUBKEY_fp 1 4 28 2
d2i_RSA_PUBKEY_fp 1 5 44 2
d2i_DSAPrivateKey_bio 1 4 23 2
i2d_DSAPrivateKey_bio 1 4 23 2
d2i_DSAPrivateKey_fp 1 4 23 2
i2d_DSAPrivateKey_fp 1 4 23 2
d2i_DSA_PUBKEY_bio 1 4 26 2
i2d_DSA_PUBKEY_bio 1 4 24 2
d2i_DSA_PUBKEY_fp 1 4 26 2
i2d_DSA_PUBKEY_fp 1 4 24 2
d2i_ECPrivateKey_bio 1 4 26 2
i2d_ECPrivateKey_bio 1 4 24 2
d2i_ECPrivateKey_fp 1 4 26 2
i2d_ECPrivateKey_fp 1 4 24 2
d2i_EC_PUBKEY_bio 1 4 26 2
i2d_EC_PUBKEY_bio 1 4 24 2
d2i_EC_PUBKEY_fp 1 4 26 2
i2d_EC_PUBKEY_fp 1 4 24 2
d2i_PKCS8_bio 1 4 23 2
i2d_PKCS8_bio 1 4 23 2
d2i_PKCS8_fp 1 4 23 2
i2d_PKCS8_fp 1 4 23 2
d2i_PKCS8_PRIV_KEY_INFO_bio 1 5 23 2
i2d_PKCS8_PRIV_KEY_INFO_bio 1 5 23 2
d2i_PKCS8_PRIV_KEY_INFO_fp 1 5 23 2
i2d_PKCS8_PRIV_KEY_INFO_fp 1 5 23 2
d2i_PrivateKey_bio 1 5 26 2
i2d_PrivateKey_bio 1 4 24 2
d2i_PrivateKey_fp 1 5 26 2
i2d_PrivateKey_fp 1 4 24 2
d2i_PUBKEY_bio 1 4 26 2
i2d_PUBKEY_bio 1 4 24 2
i2d_PUBKEY_fp 1 4 24 2
d2i_PUBKEY_fp 1 4 26 2
i2d_PKCS8PrivateKeyInfo_bio 2 11 51 2
i2d_PKCS8PrivateKeyInfo_fp 2 11 51 2
X509_verify 2 7 53 2
X509_REQ_verify 1 5 35 2
NETSCAPE_SPKI_verify 1 5 35 2
X509_sign 1 7 58 3
X509_sign_ctx 1 7 49 2
X509_REQ_sign 1 5 44 3
X509_REQ_sign_ctx 1 5 35 2
X509_CRL_sign 1 6 58 3
X509_CRL_sign_ctx 1 6 49 2
NETSCAPE_SPKI_sign 1 5 44 3
X509_pubkey_digest 2 9 63 4
X509_digest 1 6 45 4
X509_CRL_digest 1 6 45 4
X509_REQ_digest 1 6 45 4
X509_NAME_digest 1 6 45 4
PKCS7_ISSUER_AND_SERIAL_digest 1 6 44 4
X509_up_ref 2 5 32 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_vfy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
null_callback 1 4 14 2
x509_subject_cmp 1 4 22 2
cert_self_signed 2 8 33 1
check_id_error 1 7 41 2
check_hosts 3 15 101 2
check_id 10 20 145 1
X509_verify_cert 55 212 1229 1
find_issuer 4 14 94 3
check_issued 3 13 81 3
get_issuer_sk 2 9 59 3
check_chain_extensions 36 117 678 1
check_name_constraints 8 24 162 1
lookup_cert_match 5 20 119 2
check_trust 8 36 232 1
check_revocation 6 20 107 1
check_cert 11 58 334 1
check_crl_time 19 47 273 3
get_crl_sk 7 38 247 7
crl_extension_match 10 26 170 3
check_delta_base 8 19 119 2
get_delta_sk 6 21 148 5
get_crl_score 14 37 249 5
crl_akid_check 11 40 270 4
check_crl_path 4 22 131 2
check_crl_chain 2 10 73 3
idp_check_dp 17 47 306 2
crldp_check_crlissuer 5 15 106 3
crl_crldp_check 12 28 182 4
get_crl_delta 5 30 196 4
check_crl 23 76 454 2
cert_crl 7 21 124 3
check_policy 10 38 230 1
verify_cb_cert 3 8 67 4
x509_check_cert_time 15 30 199 3
internal_verify 15 51 304 1
X509_cmp_current_time 1 4 17 1
X509_cmp_time_internal 12 32 208 3
X509_cmp_time 1 4 23 2
X509_gmtime_adj 1 4 21 2
X509_time_adj 1 4 27 3
X509_time_adj_ex 2 9 52 4
X509_get_pubkey_parameters 9 33 192 2
X509_STORE_CTX_get_ex_new_index 1 6 39 5
X509_STORE_CTX_set_ex_data 1 4 28 3
X509_STORE_CTX_get_ex_data 1 4 22 2
X509_STORE_CTX_get_error 1 4 13 1
X509_STORE_CTX_set_error 1 4 17 2
X509_STORE_CTX_get_error_depth 1 4 13 1
X509_STORE_CTX_get_current_cert 1 4 13 1
X509_STORE_CTX_get_chain 1 4 13 1
X509_STORE_CTX_get1_chain 4 13 86 1
X509_STORE_CTX_get0_current_issuer 1 4 13 1
X509_STORE_CTX_get0_current_crl 1 4 13 1
X509_STORE_CTX_get0_parent_ctx 1 4 13 1
X509_STORE_CTX_set_cert 1 4 18 2
X509_STORE_CTX_set_chain 1 4 21 2
X509_STORE_CTX_set0_crls 1 4 21 2
X509_STORE_CTX_set_purpose 1 4 23 2
X509_STORE_CTX_set_trust 1 4 23 2
X509_STORE_CTX_purpose_inherit 13 38 193 4
X509_STORE_CTX_new 2 10 40 1
X509_STORE_CTX_free 2 7 26 1
X509_STORE_CTX_init 28 77 442 4
X509_STORE_CTX_trusted_stack 1 5 27 2
X509_STORE_CTX_cleanup 6 21 129 1
X509_STORE_CTX_set_depth 1 4 20 2
X509_STORE_CTX_set_flags 1 4 21 2
X509_STORE_CTX_set_time 1 4 24 3
X509_STORE_CTX_set_verify_cb 1 5 26 2
X509_STORE_CTX_get0_policy_tree 1 4 13 1
X509_STORE_CTX_get_explicit_policy 1 4 13 1
X509_STORE_CTX_set_default 2 8 43 2
X509_STORE_CTX_get0_param 1 4 13 1
X509_STORE_CTX_set0_param 2 6 31 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_X509_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_d2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_STORE_set_default_paths 3 14 83 1
X509_STORE_load_locations 9 21 142 3
X509_STORE_load_mem 3 13 81 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_vfy.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509cset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_CRL_set_version 4 10 69 2
X509_CRL_set_issuer_name 3 6 48 2
X509_CRL_set_lastUpdate 4 15 83 2
X509_CRL_set_nextUpdate 4 15 83 2
X509_CRL_sort 2 12 78 1
X509_REVOKED_set_revocationDate 4 15 76 2
X509_REVOKED_set_serialNumber 4 15 76 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_cmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_issuer_and_serial_cmp 2 11 72 2
X509_issuer_and_serial_hash 6 30 245 1
X509_issuer_name_cmp 1 4 32 2
X509_subject_name_cmp 1 4 32 2
X509_CRL_cmp 1 4 32 2
X509_CRL_match 1 4 28 2
X509_get_issuer_name 1 4 17 1
X509_issuer_name_hash 1 4 20 1
X509_issuer_name_hash_old 1 4 20 1
X509_get_subject_name 1 4 17 1
X509_get_serialNumber 1 4 17 1
X509_subject_name_hash 1 4 20 1
X509_subject_name_hash_old 1 4 20 1
X509_cmp 1 6 56 2
X509_NAME_cmp 8 18 122 2
X509_NAME_hash 2 13 119 1
X509_NAME_hash_old 4 18 149 1
X509_find_by_issuer_and_serial 4 18 109 3
X509_find_by_subject 3 11 73 2
X509_get_pubkey 3 6 41 1
X509_get0_pubkey_bitstr 2 6 26 1
X509_check_private_key 7 26 103 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509rset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_REQ_set_version 2 6 36 2
X509_REQ_set_subject_name 3 6 48 2
X509_REQ_set_pubkey 3 6 48 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_vpm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
str_free 1 4 13 1
sk_deep_copy 7 25 178 3
int_x509_param_set_hosts 11 30 176 4
x509_verify_param_zero 4 29 157 1
X509_VERIFY_PARAM_new 3 16 77 1
X509_VERIFY_PARAM_free 2 8 33 1
X509_VERIFY_PARAM_inherit 19 59 347 2
X509_VERIFY_PARAM_set1 1 9 48 2
int_x509_param_set1 7 25 128 4
X509_VERIFY_PARAM_set1_name 3 11 56 2
X509_VERIFY_PARAM_set_flags 2 7 33 2
X509_VERIFY_PARAM_clear_flags 1 5 21 2
X509_VERIFY_PARAM_get_flags 1 4 13 1
X509_VERIFY_PARAM_set_purpose 1 4 22 2
X509_VERIFY_PARAM_set_trust 1 4 22 2
X509_VERIFY_PARAM_set_depth 1 4 17 2
X509_VERIFY_PARAM_set_time 1 5 23 2
X509_VERIFY_PARAM_add0_policy 4 11 57 2
X509_VERIFY_PARAM_set1_policies 8 29 155 2
X509_VERIFY_PARAM_set1_host 1 5 30 3
X509_VERIFY_PARAM_add1_host 1 5 30 3
X509_VERIFY_PARAM_set_hostflags 1 4 20 2
X509_VERIFY_PARAM_get0_peername 1 4 15 1
X509_VERIFY_PARAM_set1_email 1 6 38 3
X509_VERIFY_PARAM_set1_ip 4 8 64 3
X509_VERIFY_PARAM_set1_ip_asc 2 9 54 2
X509_VERIFY_PARAM_get_depth 1 4 14 1
X509_VERIFY_PARAM_get0_name 1 4 14 1
param_cmp 1 5 36 2
X509_VERIFY_PARAM_add0_table 5 22 98 1
X509_VERIFY_PARAM_get_count 2 7 33 1
X509_VERIFY_PARAM_get0 2 7 41 1
X509_VERIFY_PARAM_lookup 5 18 117 1
X509_VERIFY_PARAM_table_cleanup 2 7 21 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_lu.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_LOOKUP_new 4 17 92 1
X509_LOOKUP_free 4 8 53 1
X509_LOOKUP_init 3 9 43 1
X509_LOOKUP_shutdown 3 9 43 1
X509_LOOKUP_ctrl 3 10 67 5
X509_LOOKUP_by_subject 4 9 67 4
X509_LOOKUP_by_issuer_serial 3 8 64 5
X509_LOOKUP_by_fingerprint 3 7 64 5
X509_LOOKUP_by_alias 3 7 63 5
x509_object_cmp 4 18 121 2
X509_STORE_new 4 32 193 1
X509_OBJECT_free 1 5 18 1
X509_STORE_free 4 22 134 1
X509_STORE_add_lookup 5 25 122 2
X509_STORE_get_by_subject 7 32 198 4
X509_STORE_add_cert 7 33 169 2
X509_STORE_add_crl 7 33 169 2
X509_OBJECT_dec_ref_count 3 11 60 1
X509_OBJECT_up_ref_count 3 11 58 1
X509_OBJECT_free_contents 3 11 44 1
x509_object_idx_cnt 7 39 204 4
X509_OBJECT_idx_by_subject 1 4 30 3
X509_OBJECT_retrieve_by_subject 2 9 50 3
X509_STORE_get1_certs 7 42 254 2
X509_STORE_get1_crls 6 38 245 2
X509_OBJECT_retrieve_match 10 25 190 2
X509_STORE_CTX_get1_issuer 13 50 338 3
X509_STORE_set_flags 1 4 22 2
X509_STORE_set_depth 1 5 23 2
X509_STORE_set_purpose 1 4 21 2
X509_STORE_set_trust 1 4 21 2
X509_STORE_set1_param 1 4 22 2
X509_STORE_set_verify_cb 1 5 26 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_req.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_to_X509_REQ 9 33 187 3
X509_REQ_get_pubkey 3 6 41 1
X509_REQ_check_private_key 7 29 124 2
X509_REQ_extension_nid 4 11 50 1
X509_REQ_get_extension_nids 1 4 9 1
X509_REQ_set_extension_nids 1 4 12 1
X509_REQ_get_extensions 10 25 195 1
X509_REQ_add_extensions_nid 9 32 224 3
X509_REQ_add_extensions 1 4 25 2
X509_REQ_get_attr_count 1 4 19 1
X509_REQ_get_attr_by_NID 1 4 29 3
X509_REQ_get_attr_by_OBJ 1 4 30 3
X509_REQ_get_attr 1 4 24 2
X509_REQ_delete_attr 1 4 23 2
X509_REQ_add1_attr 2 6 32 2
X509_REQ_add1_attr_by_OBJ 2 8 51 5
X509_REQ_add1_attr_by_NID 2 8 49 5
X509_REQ_add1_attr_by_txt 2 8 51 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/vpm_int.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_att.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509at_get_attr_count 1 4 18 1
X509at_get_attr_by_NID 2 8 53 3
X509at_get_attr_by_OBJ 5 18 103 3
X509at_get_attr 4 7 44 2
X509at_delete_attr 4 8 54 2
X509at_add1_attr 10 29 165 2
X509at_add1_attr_by_OBJ 2 12 79 5
X509at_add1_attr_by_NID 2 12 77 5
X509at_add1_attr_by_txt 2 12 79 5
X509at_get0_data_by_OBJ 6 15 115 4
X509_ATTRIBUTE_create_by_NID 3 15 86 5
X509_ATTRIBUTE_create_by_OBJ 10 23 157 5
X509_ATTRIBUTE_create_by_txt 2 15 90 5
X509_ATTRIBUTE_set1_object 3 8 55 2
X509_ATTRIBUTE_set1_data 14 46 274 4
X509_ATTRIBUTE_count 3 8 39 1
X509_ATTRIBUTE_get0_object 2 6 26 1
X509_ATTRIBUTE_get0_data 3 12 65 4
X509_ATTRIBUTE_get0_type 4 11 61 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_ext.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_CRL_get_ext_count 1 4 20 1
X509_CRL_get_ext_by_NID 1 4 30 3
X509_CRL_get_ext_by_OBJ 1 4 31 3
X509_CRL_get_ext_by_critical 1 4 30 3
X509_CRL_get_ext 1 4 25 2
X509_CRL_delete_ext 1 4 25 2
X509_CRL_get_ext_d2i 1 4 35 4
X509_CRL_add1_ext_i2d 1 5 41 5
X509_CRL_add_ext 1 4 36 3
X509_get_ext_count 1 4 20 1
X509_get_ext_by_NID 1 4 30 3
X509_get_ext_by_OBJ 1 4 31 3
X509_get_ext_by_critical 1 5 30 3
X509_get_ext 1 4 25 2
X509_delete_ext 1 4 25 2
X509_add_ext 1 4 36 3
X509_get_ext_d2i 1 4 35 4
X509_add1_ext_i2d 1 5 41 5
X509_REVOKED_get_ext_count 1 4 18 1
X509_REVOKED_get_ext_by_NID 1 4 28 3
X509_REVOKED_get_ext_by_OBJ 1 4 29 3
X509_REVOKED_get_ext_by_critical 1 4 28 3
X509_REVOKED_get_ext 1 4 23 2
X509_REVOKED_delete_ext 1 4 23 2
X509_REVOKED_add_ext 1 4 34 3
X509_REVOKED_get_ext_d2i 1 4 33 4
X509_REVOKED_add1_ext_i2d 1 5 39 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509spki.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NETSCAPE_SPKI_set_pubkey 3 6 50 2
NETSCAPE_SPKI_get_pubkey 3 6 41 1
NETSCAPE_SPKI_b64_decode 4 23 129 2
NETSCAPE_SPKI_b64_encode 3 20 112 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509/x509_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/comp/c_rle.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
COMP_rle 1 4 12 1
rle_compress_block 3 10 72 5
rle_expand_block 3 13 81 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/comp/comp_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_COMP_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/comp/c_zlib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
zlib_zalloc 1 4 24 3
zlib_zfree 1 4 17 2
zlib_stateful_init 4 34 237 1
zlib_stateful_finish 1 10 61 1
zlib_stateful_compress_block 6 22 163 5
zlib_stateful_expand_block 6 22 162 5
COMP_zlib 5 19 80 1
COMP_zlib_cleanup 1 3 6 1
BIO_f_zlib 1 4 10 1
bio_zlib_new 2 31 194 1
bio_zlib_free 4 20 102 1
bio_zlib_read 14 46 287 3
bio_zlib_write 13 53 328 3
bio_zlib_flush 10 38 227 1
bio_zlib_ctrl 11 55 282 4
bio_zlib_callback_ctrl 2 6 37 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/comp/comp.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/comp/comp_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
COMP_CTX_new 4 13 81 1
COMP_CTX_free 3 8 40 1
COMP_compress_block 3 14 89 5
COMP_expand_block 3 14 89 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_DSO_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso_null.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSO_METHOD_null 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso_dlfcn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSO_METHOD_dlfcn 1 4 9 1
DSO_METHOD_dlfcn 1 4 12 1
dlfcn_load 6 30 154 1
dlfcn_unload 4 18 92 1
dlfcn_bind_var 6 24 148 2
dlfcn_bind_func 6 28 161 2
dlfcn_merger 13 40 237 3
dlfcn_name_converter 5 18 110 2
dlfcn_pathbyaddr 5 24 145 3
dlfcn_globallookup 2 9 48 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSO_new 1 4 14 1
DSO_set_default_method 1 4 12 1
DSO_get_default_method 1 4 11 1
DSO_get_method 1 4 15 1
DSO_set_method 1 7 33 2
DSO_new_method 7 27 150 1
DSO_free 7 24 154 1
DSO_flags 2 4 23 1
DSO_up_ref 2 9 43 1
DSO_load 11 45 223 4
DSO_bind_var 5 17 103 2
DSO_bind_func 5 17 102 2
DSO_ctrl 7 24 140 4
DSO_set_name_converter 3 12 55 3
DSO_get_filename 2 8 33 1
DSO_set_filename 5 20 104 2
DSO_merge 6 16 112 3
DSO_convert_filename 9 28 162 2
DSO_get_loaded_filename 2 8 33 1
DSO_pathbyaddr 3 11 67 3
DSO_global_lookup 3 11 56 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/dso/dso_openssl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DSO_METHOD_openssl 3 6 27 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_encrypt 3 61 658 2
BF_decrypt 3 61 658 2
BF_cbc_encrypt 6 80 495 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_cfb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_cfb64_encrypt 6 53 393 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_set_key 9 41 326 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_pi.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_cbc_encrypt 6 80 495 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_ofb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_ofb64_encrypt 4 43 294 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BF_options 3 6 21 1
BF_ecb_encrypt 2 14 120 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/bf_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bf/blowfish.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_chacha.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_chacha20 1 4 12 1
chacha_init 2 9 67 4
chacha_cipher 1 6 42 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKCS82PKEY 6 31 162 1
EVP_PKEY2PKCS8 1 4 16 1
EVP_PKEY2PKCS8_broken 5 27 119 2
PKCS8_set_broken 3 17 63 2
EVP_PKEY_get_attr_count 1 4 17 1
EVP_PKEY_get_attr_by_NID 1 4 27 3
EVP_PKEY_get_attr_by_OBJ 1 4 28 3
EVP_PKEY_get_attr 1 4 22 2
EVP_PKEY_delete_attr 1 4 21 2
EVP_PKEY_add1_attr 2 6 30 2
EVP_PKEY_add1_attr_by_OBJ 2 7 49 5
EVP_PKEY_add1_attr_by_NID 2 7 47 5
EVP_PKEY_add1_attr_by_txt 2 8 49 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_ecdsa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_ecdsa 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_dss.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_dss 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_bf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bf_init_key 1 6 43 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_CIPHER_CTX_init 1 4 20 1
EVP_CIPHER_CTX_new 1 4 17 1
EVP_CipherInit 2 7 53 5
EVP_CipherInit_ex 35 107 591 6
EVP_CipherUpdate 2 8 61 5
EVP_CipherFinal_ex 2 7 44 3
EVP_CipherFinal 2 9 52 3
EVP_EncryptInit 1 5 39 4
EVP_EncryptInit_ex 1 5 45 5
EVP_DecryptInit 1 5 39 4
EVP_DecryptInit_ex 1 5 45 5
EVP_EncryptUpdate 14 62 386 5
EVP_EncryptFinal 1 6 34 3
EVP_EncryptFinal_ex 9 38 209 3
EVP_DecryptUpdate 11 43 260 5
EVP_DecryptFinal 1 6 34 3
EVP_DecryptFinal_ex 14 50 292 3
EVP_CIPHER_CTX_free 2 7 24 1
EVP_CIPHER_CTX_cleanup 6 14 91 1
EVP_CIPHER_CTX_set_key_length 5 14 81 2
EVP_CIPHER_CTX_set_padding 2 8 31 2
EVP_CIPHER_CTX_ctrl 4 18 94 4
EVP_CIPHER_CTX_rand_key 2 7 47 2
EVP_CIPHER_CTX_copy 9 25 173 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_sha1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_sha1 1 4 12 1
init224 1 4 16 1
init256 1 4 16 1
update256 1 4 28 3
final256 1 4 23 2
EVP_sha224 1 4 12 1
EVP_sha256 1 4 12 1
init384 1 4 16 1
init512 1 4 16 1
update512 1 4 28 3
final512 1 4 23 2
EVP_sha384 1 4 12 1
EVP_sha512 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/encode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_EncodeInit 1 6 26 1
EVP_EncodeUpdate 8 44 309 5
EVP_EncodeFinal 2 11 74 3
EVP_EncodeBlock 5 27 262 3
EVP_DecodeInit 1 7 32 1
EVP_DecodeUpdate 35 98 580 5
EVP_DecodeBlock 11 31 311 3
EVP_DecodeFinal 3 14 84 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_null.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_enc_null 1 4 12 1
null_init_key 1 5 26 4
null_cipher 2 7 49 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKEY_encrypt_old 2 12 71 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_gostr341194.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gostr341194_init 1 5 18 1
gostr341194_update 1 4 28 3
gostr341194_final 1 4 23 2
EVP_gostr341194 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/names.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_add_cipher 3 14 86 1
EVP_add_digest 6 24 167 1
EVP_get_cipherbyname 1 6 33 1
EVP_get_digestbyname 1 6 33 1
EVP_cleanup 2 12 46 1
do_all_cipher_fn 2 8 70 2
EVP_CIPHER_do_all 1 8 60 2
EVP_CIPHER_do_all_sorted 1 9 60 2
do_all_md_fn 2 8 70 2
EVP_MD_do_all 1 8 60 2
EVP_MD_do_all_sorted 1 8 60 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_idea.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_ecb_cipher 1 7 43 4
idea_init_key 5 20 112 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_cast.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cast_init_key 1 6 43 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_SignFinal 13 53 338 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_xcbc_d.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_desx_cbc 1 4 12 1
desx_cbc_init_key 1 9 93 4
desx_cbc_cipher 3 17 157 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_dss1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_dss1 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/bio_b64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_base64 1 4 12 1
b64_new 2 19 108 1
b64_free 2 10 49 1
b64_read 42 157 1060 3
b64_write 16 100 745 3
b64_ctrl 23 76 483 4
b64_callback_ctrl 2 12 61 3
b64_puts 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_wp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_whirlpool 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_gost2814789.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gost2814789_init 1 5 18 1
gost2814789_update 1 4 28 3
gost2814789_final 1 4 23 2
gost2814789_md_ctrl 3 11 66 4
EVP_gost2814789imit 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/bio_md.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_md 1 4 12 1
md_new 2 11 56 1
md_free 2 10 49 1
md_read 7 21 134 3
md_write 9 24 152 3
md_ctrl 14 59 299 4
md_callback_ctrl 2 12 61 3
md_gets 3 11 75 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_gost2814789.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gost2814789_ctl 5 20 105 4
gost2814789_init_key 1 6 48 4
gost2814789_set_asn1_params 6 44 252 2
gost2814789_get_asn1_params 4 28 198 2
gost2814789_cnt_cipher 3 16 113 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_md5.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_md5 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_rc4_hmac_md5.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rc4_hmac_md5_init_key 1 11 80 4
rc4_hmac_md5_cipher 20 89 719 4
rc4_hmac_md5_ctrl 8 46 326 4
EVP_rc4_hmac_md5 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_md4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_md4 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p5_crpt2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS5_PBKDF2_HMAC 16 65 470 8
PKCS5_PBKDF2_HMAC_SHA1 1 6 54 7
PKCS5_v2_PBE_keyivgen 9 40 263 7
PKCS5_v2_PBKDF2_keyivgen 14 67 426 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_md5_sha1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
md5_sha1_init 3 9 48 1
md5_sha1_update 3 9 64 3
md5_sha1_final 3 9 59 2
EVP_md5_sha1 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_dec.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKEY_decrypt_old 2 13 72 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_aes.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
aesni_init_key 8 30 202 4
aesni_cbc_cipher 1 7 46 4
aesni_ecb_cipher 2 9 60 4
aesni_gcm_init_key 8 28 191 4
aesni_xts_init_key 6 29 198 4
aesni_ccm_init_key 6 20 142 4
aes_init_key 21 56 394 4
aes_cbc_cipher 3 15 126 4
aes_ecb_cipher 3 12 97 4
aes_ofb_cipher 1 8 64 4
aes_cfb_cipher 1 8 68 4
aes_cfb8_cipher 1 8 68 4
aes_cfb1_cipher 4 19 163 4
aes_ctr_cipher 2 14 123 4
aes_gcm_cleanup 2 8 46 1
ctr64_inc 3 13 52 1
aes_gcm_ctrl 42 110 746 4
aes_gcm_set_key 6 19 127 4
aes_gcm_init_key 8 26 171 4
aes_gcm_tls_cipher 14 50 317 4
aes_gcm_cipher 17 52 315 4
aes_xts_ctrl 7 27 153 4
aes_xts_init_key 15 48 344 4
aes_xts_cipher 8 16 131 4
aes_ccm_ctrl 22 54 309 4
aes_ccm_init_key 8 27 200 4
aes_ccm_cipher 21 53 363 4
aead_aes_gcm_init 8 32 189 4
aead_aes_gcm_cleanup 1 5 28 1
aead_aes_gcm_seal 7 29 218 10
aead_aes_gcm_open 8 40 275 10
EVP_aead_aes_128_gcm 1 4 10 1
EVP_aead_aes_256_gcm 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/bio_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_cipher 1 4 12 1
enc_new 2 17 98 1
enc_free 2 13 78 1
enc_read 16 63 422 3
enc_write 10 44 304 3
enc_ctrl 18 79 496 4
enc_callback_ctrl 2 12 61 3
BIO_set_cipher 5 15 144 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p5_crpt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS5_PBE_add 1 3 6 1
PKCS5_PBE_keyivgen 21 77 527 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_rc4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_rc4 1 4 12 1
EVP_rc4_40 1 4 12 1
rc4_init_key 1 6 44 4
rc4_cipher 1 6 42 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_set_pw_prompt 2 8 37 1
EVP_get_pw_prompt 2 7 26 1
EVP_read_pw_string 1 4 33 4
EVP_read_pw_string_min 9 24 168 5
EVP_BytesToKey 29 77 487 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/pmeth_fn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKEY_sign_init 6 15 83 1
EVP_PKEY_sign 5 14 101 5
EVP_PKEY_verify_init 6 15 83 1
EVP_PKEY_verify 5 13 91 5
EVP_PKEY_verify_recover_init 6 15 83 1
EVP_PKEY_verify_recover 5 14 101 5
EVP_PKEY_encrypt_init 6 15 83 1
EVP_PKEY_encrypt 5 14 101 5
EVP_PKEY_decrypt_init 6 15 83 1
EVP_PKEY_decrypt 5 14 101 5
EVP_PKEY_derive_init 6 15 83 1
EVP_PKEY_derive_set_peer 17 43 262 2
EVP_PKEY_derive 5 13 88 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/pmeth_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmeth_cmp 1 4 35 2
pmeth_cmp_BSEARCH_CMP_FN 1 6 40 2
OBJ_bsearch_pmeth 1 5 45 3
EVP_PKEY_meth_find 5 17 97 1
int_ctx_new 15 50 261 3
EVP_PKEY_meth_new 2 35 201 2
EVP_PKEY_meth_get0_info 3 7 39 3
EVP_PKEY_meth_copy 1 28 213 2
EVP_PKEY_meth_free 3 5 25 1
EVP_PKEY_CTX_new 1 4 23 2
EVP_PKEY_CTX_new_id 1 4 21 2
EVP_PKEY_CTX_dup 9 28 189 1
EVP_PKEY_meth_add0 4 12 53 1
EVP_PKEY_CTX_free 5 12 69 1
EVP_PKEY_CTX_ctrl 10 23 158 6
EVP_PKEY_CTX_ctrl_str 7 16 110 3
EVP_PKEY_CTX_get_operation 1 4 13 1
EVP_PKEY_CTX_set0_keygen_info 1 5 27 3
EVP_PKEY_CTX_set_data 1 4 18 2
EVP_PKEY_CTX_get_data 1 4 13 1
EVP_PKEY_CTX_get0_pkey 1 4 13 1
EVP_PKEY_CTX_get0_peerkey 1 4 13 1
EVP_PKEY_CTX_set_app_data 1 4 18 2
EVP_PKEY_CTX_get_app_data 1 4 13 1
EVP_PKEY_meth_set_init 1 5 25 2
EVP_PKEY_meth_set_copy 1 5 29 2
EVP_PKEY_meth_set_cleanup 1 5 25 2
EVP_PKEY_meth_set_paramgen 1 7 46 3
EVP_PKEY_meth_set_keygen 1 7 46 3
EVP_PKEY_meth_set_sign 1 8 60 3
EVP_PKEY_meth_set_verify 1 8 60 3
EVP_PKEY_meth_set_verify_recover 1 9 60 3
EVP_PKEY_meth_set_signctx 1 8 59 3
EVP_PKEY_meth_set_verifyctx 1 8 59 3
EVP_PKEY_meth_set_encrypt 1 8 60 3
EVP_PKEY_meth_set_decrypt 1 8 60 3
EVP_PKEY_meth_set_derive 1 7 51 3
EVP_PKEY_meth_set_ctrl 1 7 62 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_camellia.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
camellia_init_key 2 11 61 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_streebog.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
streebog_init256 1 4 16 1
streebog_update256 1 4 28 3
streebog_final256 1 4 23 2
streebog_init512 1 4 16 1
streebog_update512 1 4 28 3
streebog_final512 1 4 23 2
EVP_streebog256 1 4 12 1
EVP_streebog512 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_CIPHER_param_to_asn1 3 11 69 2
EVP_CIPHER_asn1_to_param 3 11 69 2
EVP_CIPHER_get_asn1_iv 5 18 110 2
EVP_CIPHER_set_asn1_iv 3 14 75 2
EVP_CIPHER_type 23 41 141 1
EVP_CIPHER_block_size 1 4 14 1
EVP_CIPHER_CTX_block_size 1 4 16 1
EVP_Cipher 1 5 39 4
EVP_CIPHER_CTX_cipher 1 4 14 1
EVP_CIPHER_flags 1 4 14 1
EVP_CIPHER_CTX_flags 1 4 16 1
EVP_CIPHER_CTX_get_app_data 1 4 14 1
EVP_CIPHER_CTX_set_app_data 1 4 18 2
EVP_CIPHER_iv_length 1 4 14 1
EVP_CIPHER_CTX_iv_length 1 4 16 1
EVP_CIPHER_key_length 1 4 14 1
EVP_CIPHER_CTX_key_length 1 4 14 1
EVP_CIPHER_nid 1 4 14 1
EVP_CIPHER_CTX_nid 1 4 16 1
EVP_MD_block_size 1 4 14 1
EVP_MD_type 1 4 14 1
EVP_MD_pkey_type 1 4 14 1
EVP_MD_size 2 8 30 1
EVP_MD_flags 1 4 14 1
EVP_MD_CTX_md 2 6 22 1
EVP_MD_CTX_set_flags 1 4 17 2
EVP_MD_CTX_clear_flags 1 4 17 2
EVP_MD_CTX_test_flags 1 4 21 2
EVP_CIPHER_CTX_set_flags 1 4 17 2
EVP_CIPHER_CTX_clear_flags 1 4 17 2
EVP_CIPHER_CTX_test_flags 1 4 21 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_ripemd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 16 1
update 1 4 28 3
final 1 4 23 2
EVP_ripemd160 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_null.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
init 1 4 11 1
update 1 4 19 3
final 1 4 16 2
EVP_md_null 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_open.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_OpenInit 9 33 213 6
EVP_OpenFinal 2 8 55 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_des.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
des_ecb_cipher 1 8 59 4
des_ofb_cipher 3 15 107 4
des_cbc_cipher 3 15 105 4
des_cfb64_cipher 3 15 115 4
des_cfb1_cipher 7 24 216 4
des_cfb8_cipher 3 15 109 4
des_init_key 1 7 44 4
des_ctrl 3 11 52 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_des3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
des_ede_ecb_cipher 1 8 79 4
des_ede_ofb_cipher 3 17 147 4
des_ede_cbc_cipher 3 17 145 4
des_ede_cfb64_cipher 3 17 155 4
des_ede3_cfb1_cipher 3 15 186 4
des_ede3_cfb8_cipher 3 17 149 4
des_ede_init_key 1 10 98 4
des_ede3_init_key 1 9 87 4
des3_ctrl 7 16 94 4
EVP_des_ede 1 4 10 1
EVP_des_ede3 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKEY_bits 4 6 35 1
EVP_PKEY_size 4 6 35 1
EVP_PKEY_save_parameters 5 16 84 2
EVP_PKEY_copy_parameters 5 15 79 2
EVP_PKEY_missing_parameters 3 6 34 1
EVP_PKEY_cmp_parameters 4 8 56 2
EVP_PKEY_cmp 6 16 95 2
EVP_PKEY_new 2 18 93 1
pkey_set_type 11 32 178 4
EVP_PKEY_set_type 1 4 24 2
EVP_PKEY_set_type_str 1 4 28 3
EVP_PKEY_assign 2 7 43 3
EVP_PKEY_get0 1 4 15 1
EVP_PKEY_set1_RSA 2 7 34 2
EVP_PKEY_get1_RSA 2 9 42 1
EVP_PKEY_set1_DSA 2 7 34 2
EVP_PKEY_get1_DSA 2 9 42 1
EVP_PKEY_set1_EC_KEY 2 7 34 2
EVP_PKEY_get1_EC_KEY 2 9 42 1
EVP_PKEY_set1_DH 2 7 34 2
EVP_PKEY_get1_DH 2 9 42 1
EVP_PKEY_type 3 14 56 1
EVP_PKEY_id 1 4 14 1
EVP_PKEY_base_id 1 4 17 1
EVP_PKEY_free 4 13 67 1
EVP_PKEY_free_it 4 11 60 1
unsup_alg 1 7 49 4
EVP_PKEY_print_public 3 7 60 4
EVP_PKEY_print_private 3 7 60 4
EVP_PKEY_print_params 3 7 60 4
EVP_PKEY_get_default_digest_nid 3 7 46 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_chacha20poly1305.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
aead_chacha20_poly1305_init 5 20 115 4
aead_chacha20_poly1305_cleanup 1 5 28 1
poly1305_update_with_length 3 14 89 3
poly1305_update_with_pad16 2 10 63 3
aead_chacha20_poly1305_seal 5 46 362 10
aead_chacha20_poly1305_open 6 50 371 10
EVP_aead_chacha20_poly1305 1 4 9 0
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/pmeth_gn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PKEY_paramgen_init 6 15 83 1
EVP_PKEY_paramgen 8 22 120 2
EVP_PKEY_keygen_init 6 15 83 1
EVP_PKEY_keygen 8 22 120 2
EVP_PKEY_CTX_set_cb 1 4 18 2
EVP_PKEY_CTX_get_cb 1 4 13 1
trans_cb 1 7 48 3
evp_pkey_set_cb_translate 1 4 20 2
EVP_PKEY_CTX_get_keygen_info 4 8 46 2
EVP_PKEY_new_mac_key 5 18 113 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_verify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_VerifyFinal 12 48 309 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_aes_cbc_hmac_sha1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
aesni_cbc_hmac_sha1_init_key 3 15 115 4
sha1_update 6 25 151 3
aesni_cbc_hmac_sha1_cipher 30 233 2304 4
aesni_cbc_hmac_sha1_ctrl 9 55 409 4
EVP_aes_128_cbc_hmac_sha1 2 5 20 1
EVP_aes_256_cbc_hmac_sha1 2 5 20 1
EVP_aes_128_cbc_hmac_sha1 1 4 9 1
EVP_aes_256_cbc_hmac_sha1 1 4 9 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/digest.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_MD_CTX_init 1 4 19 1
EVP_MD_CTX_create 1 4 17 1
EVP_DigestInit 1 5 28 2
EVP_DigestInit_ex 25 61 384 3
EVP_DigestUpdate 1 4 28 3
EVP_DigestFinal 1 7 40 3
EVP_DigestFinal_ex 4 17 116 3
EVP_MD_CTX_copy 1 5 26 2
EVP_MD_CTX_copy_ex 13 42 255 2
EVP_Digest 3 13 92 6
EVP_MD_CTX_destroy 2 7 24 1
EVP_MD_CTX_cleanup 9 14 108 1
EVP_MD_CTX_ctrl 4 18 94 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/m_sigver.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
do_sigver_init 16 40 272 6
EVP_DigestSignInit 1 5 41 5
EVP_DigestVerifyInit 1 5 41 5
EVP_DigestSignFinal 12 38 240 3
EVP_DigestVerifyFinal 6 24 152 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_old.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_bf_cfb 1 4 11 1
EVP_des_cfb 1 4 11 1
EVP_des_ede3_cfb 1 4 11 1
EVP_des_ede_cfb 1 4 11 1
EVP_idea_cfb 1 4 11 1
EVP_rc2_cfb 1 4 11 1
EVP_cast5_cfb 1 4 11 1
EVP_aes_128_cfb 1 4 11 1
EVP_aes_192_cfb 1 4 11 1
EVP_aes_256_cfb 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/c_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OpenSSL_add_all_ciphers 2 120 825 1
OpenSSL_add_all_digests 3 29 188 1
OPENSSL_add_all_algorithms_noconf 1 6 18 1
OPENSSL_add_all_algorithms_conf 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_pbe.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_PBE_CipherInit 10 46 246 6
pbe2_cmp 2 8 42 2
pbe2_cmp_BSEARCH_CMP_FN 1 6 36 2
OBJ_bsearch_pbe2 1 5 37 3
pbe_cmp 2 8 58 2
EVP_PBE_alg_add_type 5 28 140 5
EVP_PBE_alg_add 3 15 74 4
EVP_PBE_find 9 28 159 5
free_evp_pbe_ctl 1 4 13 1
EVP_PBE_cleanup 1 5 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/e_rc2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_rc2_64_cbc 1 4 12 1
EVP_rc2_40_cbc 1 4 12 1
rc2_init_key 1 7 51 4
rc2_meth_to_magic 4 13 64 1
rc2_magic_to_meth 4 13 49 1
rc2_get_asn1_type_and_iv 7 27 173 2
rc2_set_asn1_type_and_iv 2 11 64 2
rc2_ctrl 7 22 111 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_EVP_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/evp_aead.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_AEAD_key_length 1 4 14 1
EVP_AEAD_nonce_length 1 4 14 1
EVP_AEAD_max_overhead 1 4 14 1
EVP_AEAD_max_tag_len 1 4 14 1
EVP_AEAD_CTX_init 2 10 67 6
EVP_AEAD_CTX_cleanup 2 7 33 1
check_alias 3 8 42 3
EVP_AEAD_CTX_seal 4 23 150 10
EVP_AEAD_CTX_open 3 18 123 10
Source file: /home/sergeyb/sources/src/lib/libcrypto/evp/p_seal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EVP_SealInit 10 26 198 7
EVP_SealFinal 2 8 53 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistp224.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GFp_nistp224_method 1 43 177 1
bin28_to_felem 1 7 102 2
felem_to_bin28 2 10 106 2
flip_endian 2 6 46 3
BN_to_felem 3 20 100 2
felem_to_BN 1 7 45 2
felem_one 1 7 35 1
felem_assign 1 7 51 2
felem_sum 1 7 51 2
felem_neg 1 11 158 2
felem_diff 1 15 178 2
widefelem_diff 1 22 215 2
felem_diff_128_64 1 17 178 2
felem_scalar 1 7 39 2
widefelem_scalar 1 10 60 2
felem_square 1 15 212 2
felem_mul 1 13 290 3
felem_reduce 1 38 457 2
felem_square_reduce 1 6 28 2
felem_mul_reduce 1 6 34 3
felem_contract 1 32 328 2
felem_is_zero 1 13 182 1
felem_is_zero_int 1 4 26 1
felem_inv 8 78 559 2
copy_conditional 2 9 64 3
point_double 1 37 266 6
point_add 7 74 551 10
select_point 3 17 153 4
get_bit 2 6 40 2
batch_mul 11 65 729 9
nistp224_pre_comp_new 2 12 60 0
nistp224_pre_comp_dup 1 6 29 1
nistp224_pre_comp_free 3 11 52 1
nistp224_pre_comp_clear_free 3 11 56 1
ec_GFp_nistp224_group_init 1 7 27 1
ec_GFp_nistp224_group_set_curve 9 29 240 5
ec_GFp_nistp224_point_get_affine_coordinates 9 37 249 5
make_points_affine 1 15 143 3
ec_GFp_nistp224_points_mul 43 154 1312 7
ec_GFp_nistp224_precompute_mult 20 106 1500 2
ec_GFp_nistp224_have_precompute_mult 2 9 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistputil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ec_GFp_nistp_points_make_affine_internal 9 43 467 11
ec_GFp_nistp_recode_scalar_bits 1 10 91 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_oct.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ec_GFp_simple_set_compressed_coordinates 36 100 735 5
ec_GFp_simple_point2oct 28 92 509 6
ec_GFp_simple_oct2point 27 84 490 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistz256.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_booth_recode_w5 1 9 83 1
_booth_recode_w7 1 9 83 1
copy_conditional 2 16 223 3
is_zero 1 8 33 1
is_equal 2 15 131 2
is_one 3 18 140 1
ecp_nistz256_set_words 2 11 65 2
ecp_nistz256_mod_inverse 8 56 454 2
ecp_nistz256_bignum_to_field_elem 2 8 61 2
ecp_nistz256_windowed_mul 20 112 1288 6
ecp_nistz256_is_affine_G 5 8 56 1
ecp_nistz256_mult_precompute 24 88 528 2
ecp_nistz256_set_from_affine 1 19 147 4
ecp_nistz256_points_mul 39 180 1501 7
ecp_nistz256_get_affine 9 37 242 5
ecp_nistz256_pre_comp_new 3 16 79 1
ecp_nistz256_pre_comp_dup 1 6 29 1
ecp_nistz256_pre_comp_free 3 12 60 1
ecp_nistz256_pre_comp_clear_free 4 14 81 1
ecp_nistz256_window_have_precompute_mult 3 11 51 1
EC_GFp_nistz256_method 1 46 192 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_POINT_point2bn 4 19 124 5
EC_POINT_bn2point 8 31 169 4
EC_POINT_point2hex 7 32 223 4
EC_POINT_hex2point 2 11 69 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_curve.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ec_group_new_from_data 21 89 603 1
EC_GROUP_new_by_curve_name 5 18 89 1
EC_get_builtin_curves 5 12 85 2
EC_curve_nid2nist 3 9 59 1
EC_curve_nist2nid 3 9 65 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_EC_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_oct.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_POINT_set_compressed_coordinates_GFp 7 26 155 5
EC_POINT_set_compressed_coordinates_GF2m 6 22 145 5
EC_POINT_point2oct 7 27 165 6
EC_POINT_oct2point 7 26 156 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_mont.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GFp_mont_method 1 43 177 1
ec_GFp_mont_group_init 1 8 33 1
ec_GFp_mont_group_finish 1 8 39 1
ec_GFp_mont_group_clear_finish 1 8 39 1
ec_GFp_mont_group_copy 8 28 161 2
ec_GFp_mont_group_set_curve 8 45 260 5
ec_GFp_mont_field_mul 2 9 61 5
ec_GFp_mont_field_sqr 2 9 56 4
ec_GFp_mont_field_encode 2 9 58 4
ec_GFp_mont_field_decode 2 9 54 4
ec_GFp_mont_field_set_to_one 3 10 53 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_cvt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GROUP_new_curve_GFp 9 32 190 4
EC_GROUP_new_curve_GF2m 3 15 83 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
eckey_param2type 6 28 155 3
eckey_pub_encode 7 32 175 2
eckey_type2param 8 37 195 2
eckey_pub_decode 5 26 146 2
eckey_pub_cmp 3 12 92 2
eckey_priv_decode 10 54 300 2
eckey_priv_encode 6 40 225 2
int_ec_size 1 4 19 1
ec_bits 3 19 91 1
ec_missing_parameters 2 6 28 1
ec_copy_parameters 1 4 32 2
ec_cmp_parameters 2 8 58 2
int_ec_free 1 4 17 1
do_EC_KEY_print 23 76 462 4
eckey_param_decode 2 11 57 3
eckey_param_encode 1 4 26 2
eckey_param_print 1 5 36 4
eckey_pub_print 1 5 36 4
eckey_priv_print 1 5 36 4
old_ec_priv_decode 2 11 57 3
old_ec_priv_encode 1 4 26 2
ec_pkey_ctrl 8 25 153 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GROUP_new 5 32 159 1
EC_GROUP_free 3 13 77 1
EC_GROUP_clear_free 4 15 105 1
EC_GROUP_copy 15 55 373 2
EC_GROUP_dup 3 10 62 1
EC_GROUP_method_of 1 4 14 1
EC_METHOD_get_field_type 1 4 14 1
EC_GROUP_set_generator 9 26 153 4
EC_GROUP_get0_generator 1 4 14 1
EC_GROUP_get_order 2 6 40 3
EC_GROUP_get_cofactor 2 6 43 3
EC_GROUP_set_curve_name 1 4 17 2
EC_GROUP_get_curve_name 1 4 14 1
EC_GROUP_set_asn1_flag 1 4 17 2
EC_GROUP_get_asn1_flag 1 4 14 1
EC_GROUP_set_point_conversion_form 1 5 17 2
EC_GROUP_get_point_conversion_form 1 4 14 1
EC_GROUP_set_seed 5 15 93 3
EC_GROUP_get0_seed 1 4 14 1
EC_GROUP_get_seed_len 1 4 14 1
EC_GROUP_set_curve_GFp 2 9 65 5
EC_GROUP_get_curve_GFp 2 9 63 5
EC_GROUP_set_curve_GF2m 2 9 65 5
EC_GROUP_get_curve_GF2m 2 9 63 5
EC_GROUP_get_degree 2 8 39 1
EC_GROUP_check_discriminant 2 8 45 2
EC_GROUP_cmp 30 55 422 3
EC_EX_DATA_set_data 8 28 171 5
EC_EX_DATA_get_data 5 12 91 4
EC_EX_DATA_free_data 6 20 146 4
EC_EX_DATA_clear_free_data 6 20 146 4
EC_EX_DATA_free_all_data 3 14 62 1
EC_EX_DATA_clear_free_all_data 3 14 62 1
EC_POINT_new 5 23 107 1
EC_POINT_free 3 8 39 1
EC_POINT_clear_free 4 10 63 1
EC_POINT_copy 4 14 74 2
EC_POINT_dup 4 16 76 2
EC_POINT_method_of 1 4 14 1
EC_POINT_set_to_infinity 3 12 65 2
EC_POINT_set_Jprojective_coordinates_GFp 3 13 92 6
EC_POINT_get_Jprojective_coordinates_GFp 3 13 90 6
EC_POINT_set_affine_coordinates_GFp 3 13 85 5
EC_POINT_set_affine_coordinates_GF2m 3 13 85 5
EC_POINT_get_affine_coordinates_GFp 3 13 84 5
EC_POINT_get_affine_coordinates_GF2m 3 13 84 5
EC_POINT_add 5 13 107 5
EC_POINT_dbl 4 12 90 4
EC_POINT_invert 3 12 71 3
EC_POINT_is_at_infinity 3 12 66 2
EC_POINT_is_on_curve 3 12 72 3
EC_POINT_cmp 4 13 93 4
EC_POINT_make_affine 3 12 71 3
EC_POINTs_make_affine 4 16 99 4
EC_POINTs_mul 2 7 89 7
EC_POINT_mul 2 11 88 6
EC_GROUP_precompute_mult 3 9 56 2
EC_GROUP_have_precompute_mult 3 9 49 1
ECParameters_dup 3 11 74 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistz256_table.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GROUP_get_basis_type 5 15 66 1
EC_GROUP_get_trinomial_basis 7 14 98 2
EC_GROUP_get_pentanomial_basis 11 19 158 4
X9_62_PENTANOMIAL_new 1 4 17 1
X9_62_PENTANOMIAL_free 1 4 20 1
X9_62_CHARACTERISTIC_TWO_new 1 4 17 1
X9_62_CHARACTERISTIC_TWO_free 1 4 20 1
ECPARAMETERS_new 1 4 17 1
ECPARAMETERS_free 1 4 20 1
d2i_ECPKPARAMETERS 1 5 38 3
i2d_ECPKPARAMETERS 1 4 29 2
ECPKPARAMETERS_new 1 4 17 1
ECPKPARAMETERS_free 1 4 20 1
d2i_EC_PRIVATEKEY 1 5 38 3
i2d_EC_PRIVATEKEY 1 4 29 2
EC_PRIVATEKEY_new 1 4 17 1
EC_PRIVATEKEY_free 1 4 20 1
ec_asn1_group2fieldid 22 91 546 2
ec_asn1_group2curve 23 89 535 2
ec_asn1_group2parameters 19 81 471 2
ec_asn1_group2pkparameters 12 35 210 2
ec_asn1_parameters2group 56 179 1144 1
ec_asn1_pkparameters2group 7 30 159 1
d2i_ECPKParameters 4 20 110 3
i2d_ECPKParameters 3 16 86 2
d2i_ECPrivateKey 19 75 429 3
i2d_ECPrivateKey 20 77 468 2
i2d_ECParameters 2 8 39 2
d2i_ECParameters 10 24 138 3
o2i_ECPublicKey 6 21 149 3
i2o_ECPublicKey 9 32 177 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GFp_nist_method 1 40 162 1
ec_GFp_nist_group_copy 1 5 29 2
ec_GFp_nist_group_set_curve 9 32 226 5
ec_GFp_nist_field_mul 9 21 137 5
ec_GFp_nist_field_sqr 8 21 127 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistp521.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bin66_to_felem 1 12 230 2
felem_to_bin66 1 13 221 2
flip_endian 2 6 46 3
BN_to_felem 3 20 100 2
felem_to_BN 1 7 45 2
felem_one 1 12 70 1
felem_assign 1 12 101 2
felem_sum64 1 12 101 2
felem_scalar 1 12 122 3
felem_scalar64 1 12 73 2
felem_scalar128 1 12 73 2
felem_neg 1 14 177 2
felem_diff64 1 14 177 2
felem_diff_128_64 1 14 177 2
felem_diff128 1 14 195 2
felem_square 1 51 794 2
felem_mul 1 86 1327 3
felem_reduce 1 46 813 2
felem_square_reduce 1 6 28 2
felem_mul_reduce 1 6 34 3
felem_inv 8 89 640 2
felem_is_zero 1 49 415 1
felem_is_zero_int 1 4 26 1
felem_contract 1 101 1009 2
point_double 1 37 266 6
copy_conditional 2 8 57 3
point_add 6 78 592 10
select_point 3 18 153 4
get_bit 2 6 40 2
batch_mul 12 58 619 9
EC_GFp_nistp521_method 1 43 177 1
nistp521_pre_comp_new 2 12 61 0
nistp521_pre_comp_dup 1 6 29 1
nistp521_pre_comp_free 3 11 52 1
nistp521_pre_comp_clear_free 3 11 58 1
ec_GFp_nistp521_group_init 1 7 27 1
ec_GFp_nistp521_group_set_curve 9 29 240 5
ec_GFp_nistp521_point_get_affine_coordinates 9 37 249 5
make_points_affine 1 15 143 3
ec_GFp_nistp521_points_mul 43 153 1318 7
ec_GFp_nistp521_precompute_mult 17 92 1111 2
ec_GFp_nistp521_have_precompute_mult 2 9 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec2_oct.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ec_GF2m_simple_set_compressed_coordinates 23 62 451 5
ec_GF2m_simple_point2oct 30 100 556 6
ec_GF2m_simple_oct2point 29 89 535 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_smpl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GFp_simple_method 1 40 162 1
ec_GFp_simple_group_init 1 8 41 1
ec_GFp_simple_group_finish 1 6 32 1
ec_GFp_simple_group_clear_finish 1 6 32 1
ec_GFp_simple_group_copy 4 11 81 2
ec_GFp_simple_group_set_curve 15 42 312 5
ec_GFp_simple_group_get_curve 16 39 236 5
ec_GFp_simple_group_get_degree 1 4 18 1
ec_GFp_simple_group_check_discriminant 24 61 425 2
ec_GFp_simple_point_init 1 8 41 1
ec_GFp_simple_point_finish 1 6 32 1
ec_GFp_simple_point_clear_finish 1 7 38 1
ec_GFp_simple_point_copy 4 11 81 2
ec_GFp_simple_point_set_to_infinity 1 6 30 2
ec_GFp_simple_set_Jprojective_coordinates_GFp 18 47 346 6
ec_GFp_simple_get_Jprojective_coordinates_GFp 16 42 263 6
ec_GFp_simple_point_set_affine_coordinates 3 9 65 5
ec_GFp_simple_point_get_affine_coordinates 31 86 585 5
ec_GFp_simple_add 56 138 1104 5
ec_GFp_simple_dbl 42 106 880 4
ec_GFp_simple_invert 3 6 58 3
ec_GFp_simple_is_at_infinity 1 4 23 2
ec_GFp_simple_is_on_curve 27 73 606 3
ec_GFp_simple_cmp 28 76 612 4
ec_GFp_simple_make_affine 10 31 189 3
ec_GFp_simple_points_make_affine 44 114 979 4
ec_GFp_simple_field_mul 1 4 44 5
ec_GFp_simple_field_sqr 1 4 37 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/eck_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECPKParameters_print_fp 2 13 80 3
EC_KEY_print_fp 2 13 80 3
ECParameters_print_fp 2 13 75 2
EC_KEY_print 3 11 70 3
ECParameters_print 3 11 67 2
ECPKParameters_print 60 160 1097 3
print_bin 12 30 223 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_check.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GROUP_check 13 50 270 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec2_mult.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gf2m_Mdouble 9 26 213 4
gf2m_Madd 11 31 255 7
gf2m_Mxy 27 67 558 8
ec_GF2m_montgomery_point_multiply 28 84 642 5
ec_GF2m_simple_mul 22 51 393 7
ec_GF2m_precompute_mult 1 4 20 2
ec_GF2m_have_precompute_mult 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec2_smpl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_GF2m_simple_method 1 40 173 1
ec_GF2m_simple_group_init 1 7 35 1
ec_GF2m_simple_group_finish 1 6 32 1
ec_GF2m_simple_group_clear_finish 1 12 87 1
ec_GF2m_simple_group_copy 8 25 290 2
ec_GF2m_simple_group_set_curve 10 27 271 5
ec_GF2m_simple_group_get_curve 7 20 111 5
ec_GF2m_simple_group_get_degree 1 4 20 1
ec_GF2m_simple_group_check_discriminant 7 26 136 2
ec_GF2m_simple_point_init 1 7 35 1
ec_GF2m_simple_point_finish 1 6 32 1
ec_GF2m_simple_point_clear_finish 1 7 38 1
ec_GF2m_simple_point_copy 4 11 81 2
ec_GF2m_simple_point_set_to_infinity 1 6 30 2
ec_GF2m_simple_point_set_affine_coordinates 6 22 147 5
ec_GF2m_simple_point_get_affine_coordinates 7 26 147 5
ec_GF2m_simple_add 44 105 773 5
ec_GF2m_simple_dbl 1 5 36 4
ec_GF2m_simple_invert 4 8 73 3
ec_GF2m_simple_is_at_infinity 1 4 23 2
ec_GF2m_simple_is_on_curve 15 44 349 3
ec_GF2m_simple_cmp 19 39 320 4
ec_GF2m_simple_make_affine 12 32 203 3
ec_GF2m_simple_points_make_affine 3 10 65 4
ec_GF2m_simple_field_mul 1 5 43 5
ec_GF2m_simple_field_sqr 1 5 36 4
ec_GF2m_simple_field_div 1 5 44 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
EC_KEY_new 2 19 97 1
EC_KEY_new_by_curve_name 3 12 54 1
EC_KEY_free 3 14 81 1
EC_KEY_copy 17 48 326 2
EC_KEY_dup 3 11 50 1
EC_KEY_up_ref 2 5 36 1
EC_KEY_generate_key 17 46 282 1
EC_KEY_check_key 15 57 337 1
EC_KEY_set_public_key_affine_coordinates 19 53 320 3
EC_KEY_get0_group 1 4 14 1
EC_KEY_set_group 2 6 42 2
EC_KEY_get0_private_key 1 4 14 1
EC_KEY_set_private_key 2 6 42 2
EC_KEY_get0_public_key 1 4 14 1
EC_KEY_set_public_key 2 6 46 2
EC_KEY_get_enc_flags 1 4 14 1
EC_KEY_set_enc_flags 1 4 18 2
EC_KEY_get_conv_form 1 4 14 1
EC_KEY_set_conv_form 2 6 34 2
EC_KEY_get_key_method_data 1 11 71 4
EC_KEY_insert_key_method_data 2 13 97 5
EC_KEY_set_asn1_flag 2 5 28 2
EC_KEY_precompute_mult 2 6 33 2
EC_KEY_get_flags 1 4 14 1
EC_KEY_set_flags 1 4 17 2
EC_KEY_clear_flags 1 4 17 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ecp_nistp256.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bin32_to_felem 1 7 86 2
smallfelem_to_bin32 1 7 86 2
flip_endian 2 6 46 3
BN_to_felem 3 20 100 2
smallfelem_to_BN 1 7 45 2
smallfelem_one 1 7 35 1
smallfelem_assign 1 7 51 2
felem_assign 1 7 51 2
felem_sum 1 7 51 2
felem_small_sum 1 7 51 2
felem_scalar 1 7 39 2
longfelem_scalar 1 11 67 2
smallfelem_neg 1 7 71 2
felem_diff 1 11 91 2
felem_diff_zero107 1 11 91 2
longfelem_diff 1 24 316 2
felem_shrink 1 46 469 2
smallfelem_expand 1 7 51 2
smallfelem_square 1 61 481 2
felem_square 1 6 31 2
smallfelem_mul 1 85 695 3
felem_mul 1 7 43 3
felem_small_mul 1 6 34 3
felem_reduce_ 1 22 239 2
felem_reduce 1 8 78 2
felem_reduce_zero105 1 8 78 2
subtract_u64 1 7 45 3
felem_contract 2 33 324 2
smallfelem_square_contract 1 8 38 2
smallfelem_mul_contract 1 8 44 3
smallfelem_is_zero 1 30 224 1
smallfelem_is_zero_int 1 4 26 1
felem_inv 8 89 642 2
smallfelem_inv_contract 1 7 35 2
point_double 1 40 285 6
point_double_small 1 14 96 6
copy_conditional 2 8 57 3
copy_small_conditional 2 8 66 3
point_add 6 86 650 10
point_add_small 1 14 110 9
select_point 3 17 158 4
get_bit 3 6 48 2
batch_mul 11 70 794 9
EC_GFp_nistp256_method 1 43 177 1
nistp256_pre_comp_new 2 12 60 0
nistp256_pre_comp_dup 1 6 29 1
nistp256_pre_comp_free 3 11 52 1
nistp256_pre_comp_clear_free 3 11 56 1
ec_GFp_nistp256_group_init 1 7 27 1
ec_GFp_nistp256_group_set_curve 9 29 240 5
ec_GFp_nistp256_point_get_affine_coordinates 9 38 250 5
make_points_affine 1 15 143 3
ec_GFp_nistp256_points_mul 43 154 1309 7
ec_GFp_nistp256_precompute_mult 20 100 1518 2
ec_GFp_nistp256_have_precompute_mult 2 9 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_ec_init 2 11 51 1
pkey_ec_copy 4 15 82 2
pkey_ec_cleanup 2 8 34 1
pkey_ec_sign 5 24 155 5
pkey_ec_verify 2 14 91 5
pkey_ec_derive 5 23 150 3
pkey_ec_ctrl 14 35 195 4
pkey_ec_ctrl_str 5 18 94 3
pkey_ec_paramgen 4 19 94 2
pkey_ec_keygen 4 15 82 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ec/ec_mult.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ec_pre_comp_new 3 19 93 1
ec_pre_comp_dup 1 6 29 1
ec_pre_comp_free 5 17 93 1
ec_pre_comp_clear_free 5 19 108 1
compute_wNAF 25 84 454 3
ec_wNAF_mul 75 266 1769 7
ec_wNAF_precompute_mult 30 114 727 2
ec_wNAF_have_precompute_mult 2 7 33 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/hmac/hmac.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/hmac/hm_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hmac_size 1 4 12 1
hmac_key_free 3 9 50 1
hmac_pkey_ctrl 2 10 45 4
old_hmac_decode 4 15 82 3
old_hmac_encode 5 18 105 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/hmac/hmac.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HMAC_Init_ex 24 61 457 5
HMAC_Init 3 6 46 4
HMAC_Update 2 6 41 3
HMAC_Final 6 18 122 3
HMAC_CTX_init 1 7 38 1
HMAC_CTX_copy 4 15 106 2
HMAC_CTX_cleanup 1 7 43 1
HMAC 5 20 133 7
HMAC_CTX_set_flags 1 6 42 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/hmac/hm_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_hmac_init 2 16 91 1
pkey_hmac_copy 5 18 116 2
pkey_hmac_cleanup 1 7 44 1
pkey_hmac_keygen 3 12 68 2
int_update 2 7 47 3
hmac_signctx_init 1 8 50 2
hmac_signctx 4 16 93 4
pkey_hmac_ctrl 9 25 149 4
pkey_hmac_ctrl_str 5 21 127 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_openssl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
UI_OpenSSL 1 4 10 1
write_string 3 13 51 2
read_string 6 34 196 2
read_till_nl 3 9 49 1
read_string_inner 16 42 245 4
open_console 6 19 101 1
noecho_console 3 8 48 1
echo_console 3 6 36 1
close_console 3 9 38 1
pushsig 5 17 90 1
popsig 4 11 53 1
recsig 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_compat.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_util.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
UI_UTIL_read_pw_string 2 9 63 4
UI_UTIL_read_pw 7 20 135 5
_ossl_old_des_read_pw_string 1 4 31 4
_ossl_old_des_read_pw 1 4 37 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_UI_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ui/ui_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
UI_new 1 4 14 1
UI_new_method 3 18 93 1
free_string 3 16 96 1
UI_free 2 8 42 1
allocate_string_stack 3 10 43 1
general_allocate_prompt 8 18 128 6
general_allocate_string 4 20 139 9
general_allocate_boolean 8 33 211 9
UI_add_input_string 1 6 48 6
UI_dup_input_string 3 14 83 6
UI_add_verify_string 1 6 53 7
UI_dup_verify_string 3 14 89 7
UI_add_input_boolean 1 6 57 7
UI_dup_input_boolean 9 45 223 7
UI_add_info_string 1 5 35 2
UI_dup_info_string 3 13 71 2
UI_add_error_string 1 5 35 2
UI_dup_error_string 3 13 71 2
UI_construct_prompt 6 18 109 3
UI_add_user_data 1 6 29 2
UI_get0_user_data 1 4 13 1
UI_get0_result 3 12 61 2
print_error 3 11 72 3
UI_process 16 51 297 1
UI_ctrl 5 24 115 5
UI_get_ex_new_index 1 6 39 5
UI_set_ex_data 1 4 30 3
UI_get_ex_data 1 4 24 2
UI_set_default_method 1 4 13 1
UI_get_default_method 2 7 23 1
UI_get_method 1 4 13 1
UI_set_method 1 5 24 2
UI_create_method 3 7 40 1
UI_destroy_method 1 6 26 1
UI_method_set_opener 2 8 39 2
UI_method_set_writer 2 8 43 2
UI_method_set_flusher 2 8 39 2
UI_method_set_reader 2 8 43 2
UI_method_set_closer 2 8 39 2
UI_method_set_prompt_constructor 2 10 50 2
int( * UI_method_get_opener(UI_METHOD*method)) 2 7 19 1
int( * UI_method_get_writer(UI_METHOD*method)) 2 7 22 2
int( * UI_method_get_flusher(UI_METHOD*method)) 2 7 19 1
int( * UI_method_get_reader(UI_METHOD*method)) 2 7 22 2
int( * UI_method_get_closer(UI_METHOD*method)) 2 7 19 1
UI_get_string_type 2 6 21 1
UI_get_input_flags 2 6 21 1
UI_get0_output_string 2 6 21 1
UI_get0_action_string 4 12 44 1
UI_get0_result_string 4 12 40 1
UI_get0_test_string 3 11 41 1
UI_get_result_minsize 4 12 46 1
UI_get_result_maxsize 4 12 46 1
UI_set_result 12 60 327 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/lhash/lh_stats.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lh_stats 2 24 232 2
lh_node_stats 3 10 78 2
lh_node_usage_stats 5 24 185 2
lh_stats 2 11 59 2
lh_node_stats 2 11 59 2
lh_node_usage_stats 2 11 59 2
lh_stats_bio 2 25 233 2
lh_node_stats_bio 3 10 79 2
lh_node_usage_stats_bio 5 24 186 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/lhash/lhash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lh_new 6 39 271 2
lh_free 4 17 88 1
lh_insert 4 30 173 2
lh_delete 4 23 139 2
lh_retrieve 2 16 84 2
doall_util_fn 5 19 106 5
lh_doall 1 4 27 2
lh_doall_arg 1 4 31 3
expand 6 41 304 1
contract 5 29 202 1
getrn 5 26 182 3
lh_strhash 5 19 125 1
lh_num_items 2 4 18 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/lhash/lhash.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_print_fp 2 13 76 3
RSA_print 3 11 70 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_new 1 5 18 1
RSA_set_default_method 1 4 13 1
RSA_get_default_method 2 6 21 1
RSA_get_method 1 4 14 1
RSA_set_method 4 15 80 2
RSA_new_method 11 59 343 1
RSA_free 5 25 159 1
RSA_up_ref 2 5 32 1
RSA_get_ex_new_index 1 6 39 5
RSA_set_ex_data 1 4 28 3
RSA_get_ex_data 1 4 23 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_sign 12 62 392 6
int_rsa_verify 22 77 477 8
RSA_verify 3 8 87 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_x931.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_padding_add_X931 4 26 136 4
RSA_padding_check_X931 11 34 196 5
RSA_X931_hash_id 5 14 41 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_none.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_padding_add_none 3 14 65 4
RSA_padding_check_none 2 11 68 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_gen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_generate_key_ex 2 6 55 4
rsa_builtin_keygen 42 111 915 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rsa_cb 4 14 80 4
d2i_RSA_PSS_PARAMS 1 5 38 3
i2d_RSA_PSS_PARAMS 1 4 28 2
RSA_PSS_PARAMS_new 1 4 17 1
RSA_PSS_PARAMS_free 1 4 20 1
d2i_RSAPrivateKey 1 5 38 3
i2d_RSAPrivateKey 1 4 29 2
d2i_RSAPublicKey 1 5 38 3
i2d_RSAPublicKey 1 4 29 2
RSAPublicKey_dup 1 4 17 1
RSAPrivateKey_dup 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_rsa_init 2 18 96 1
pkey_rsa_copy 4 17 98 2
setup_tbuf 3 9 48 2
pkey_rsa_cleanup 2 9 41 1
pkey_rsa_sign 11 44 325 5
pkey_rsa_verifyrecover 11 42 275 5
pkey_rsa_verify 13 41 281 5
pkey_rsa_encrypt 2 12 77 5
pkey_rsa_decrypt 2 12 77 5
check_padding_md 5 17 73 2
pkey_rsa_ctrl 33 87 426 4
pkey_rsa_ctrl_str 28 68 412 3
pkey_rsa_keygen 7 26 150 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_crpt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_size 1 4 17 1
RSA_public_encrypt 1 5 43 5
RSA_private_encrypt 1 5 43 5
RSA_private_decrypt 1 5 43 5
RSA_public_decrypt 1 5 43 5
RSA_flags 2 4 22 1
RSA_blinding_off 1 6 27 1
RSA_blinding_on 3 13 69 2
rsa_get_public_exp 10 24 182 4
RSA_setup_blinding 8 37 214 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_RSA_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_chk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_check_key 36 126 767 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_oaep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_padding_add_PKCS1_OAEP 9 42 322 6
RSA_padding_check_PKCS1_OAEP 16 63 418 7
PKCS1_MGF1 9 38 292 5
MGF1 1 4 37 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_depr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_generate_key 7 24 160 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_saos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_sign_ASN1_OCTET_STRING 4 30 196 6
RSA_verify_ASN1_OCTET_STRING 7 33 213 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rsa_pub_encode 3 13 77 2
rsa_pub_decode 3 14 85 2
rsa_pub_cmp 3 7 64 2
old_rsa_priv_decode 2 10 57 3
old_rsa_priv_encode 1 4 26 2
rsa_priv_encode 3 16 89 2
rsa_priv_decode 2 8 53 2
int_rsa_size 1 4 19 1
rsa_bits 1 4 21 1
int_rsa_free 1 4 17 1
update_buflen 3 8 45 2
do_rsa_print 18 60 443 4
rsa_pub_print 1 4 36 4
rsa_priv_print 1 4 36 4
rsa_pss_decode 8 24 170 2
rsa_pss_param_print 29 63 433 4
rsa_sig_print 8 21 133 5
rsa_pkey_ctrl 7 23 114 4
rsa_item_verify 18 69 378 6
rsa_item_sign 23 80 494 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_eay.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_PKCS1_SSLeay 1 4 10 1
RSA_eay_public_encrypt 20 74 481 5
rsa_get_blinding 9 39 202 3
rsa_blinding_convert 2 12 70 4
rsa_blinding_invert 1 4 32 4
RSA_eay_private_encrypt 32 100 663 5
RSA_eay_private_decrypt 30 94 608 5
RSA_eay_public_decrypt 23 79 498 5
RSA_eay_mod_exp 31 93 709 4
RSA_eay_init 1 5 19 1
RSA_eay_finish 1 7 32 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_pss.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_verify_PKCS1_PSS 1 5 44 5
RSA_verify_PKCS1_PSS_mgf1 26 86 542 6
RSA_padding_add_PKCS1_PSS 1 5 43 5
RSA_padding_add_PKCS1_PSS_mgf1 21 71 455 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/rsa/rsa_pk1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RSA_padding_add_PKCS1_type_1 2 19 115 4
RSA_padding_check_PKCS1_type_1 9 40 195 5
RSA_padding_add_PKCS1_type_2 4 23 141 4
RSA_padding_check_PKCS1_type_2 8 31 167 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/cmac/cm_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_cmac_init 2 8 35 1
pkey_cmac_copy 3 8 43 2
pkey_cmac_cleanup 1 4 15 1
pkey_cmac_keygen 3 13 68 2
int_update 2 6 38 3
cmac_signctx_init 1 6 28 2
cmac_signctx 1 5 33 4
pkey_cmac_ctrl 11 26 156 4
pkey_cmac_ctrl_str 7 29 178 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/cmac/cmac.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
make_kn 6 11 96 3
CMAC_CTX_new 2 10 46 1
CMAC_CTX_cleanup 1 9 59 1
CMAC_CTX_get0_cipher_ctx 1 4 14 1
CMAC_CTX_free 2 7 26 1
CMAC_CTX_copy 3 15 120 2
CMAC_Init 15 36 304 5
CMAC_Update 9 33 209 3
CMAC_Final 8 26 211 3
CMAC_resume 2 6 39 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/cmac/cmac.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/cmac/cm_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cmac_size 1 4 12 1
cmac_key_free 1 5 27 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC2_ecb_encrypt 2 14 120 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2ofb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC2_ofb64_encrypt 4 44 296 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC2_set_key 8 34 300 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2cfb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC2_cfb64_encrypt 6 54 396 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc2/rc2_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC2_cbc_encrypt 6 72 497 6
RC2_encrypt 5 38 419 2
RC2_decrypt 5 39 469 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost_asn1.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_GOST_strings 2 8 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341194.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
swap_bytes 3 7 63 2
circle_xor8 2 9 75 2
transform_3 1 9 115 1
add_blocks 2 12 83 3
xor_blocks 2 7 55 4
hash_step 3 55 527 3
GOSTR341194_Init 1 5 35 2
GOSTR341194_block_data_order 2 10 61 3
GOSTR341194_Final 2 18 154 2
GOSTR341194 3 13 90 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost89imit_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_gost_mac_init 2 9 45 1
pkey_gost_mac_cleanup 1 5 23 1
pkey_gost_mac_copy 2 10 55 2
pkey_gost_mac_keygen 3 17 90 2
pkey_gost_mac_ctrl 10 45 223 4
pkey_gost_mac_ctrl_str 5 23 133 3
pkey_gost_mac_signctx_init 1 4 15 2
pkey_gost_mac_signctx 2 13 67 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341001_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
GOST_KEY_new 2 15 73 1
GOST_KEY_free 3 13 73 1
GOST_KEY_check_key 16 59 362 1
GOST_KEY_set_public_key_affine_coordinates 15 40 254 3
GOST_KEY_get0_group 1 4 14 1
GOST_KEY_set_group 2 6 42 2
GOST_KEY_get0_private_key 1 4 14 1
GOST_KEY_set_private_key 2 6 42 2
GOST_KEY_get0_public_key 1 4 14 1
GOST_KEY_set_public_key 2 6 46 2
GOST_KEY_get_digest 1 4 14 1
GOST_KEY_set_digest 4 10 39 2
GOST_KEY_get_size 5 20 103 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_GOST_KEY_TRANSPORT 1 5 38 3
i2d_GOST_KEY_TRANSPORT 1 4 28 2
GOST_KEY_TRANSPORT_new 1 4 17 1
GOST_KEY_TRANSPORT_free 1 4 20 1
d2i_GOST_KEY_INFO 1 5 38 3
i2d_GOST_KEY_INFO 1 4 28 2
GOST_KEY_INFO_new 1 4 17 1
GOST_KEY_INFO_free 1 4 20 1
d2i_GOST_KEY_AGREEMENT_INFO 1 5 38 3
i2d_GOST_KEY_AGREEMENT_INFO 1 4 28 2
GOST_KEY_AGREEMENT_INFO_new 1 4 17 1
GOST_KEY_AGREEMENT_INFO_free 1 4 20 1
d2i_GOST_KEY_PARAMS 1 5 38 3
i2d_GOST_KEY_PARAMS 1 4 28 2
GOST_KEY_PARAMS_new 1 4 17 1
GOST_KEY_PARAMS_free 1 4 20 1
d2i_GOST_CIPHER_PARAMS 1 5 38 3
i2d_GOST_CIPHER_PARAMS 1 4 28 2
GOST_CIPHER_PARAMS_new 1 4 17 1
GOST_CIPHER_PARAMS_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/streebog.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
multipermute 1 13 212 2
transform 1 21 240 3
gN 2 21 257 3
streebog_single_block 8 23 215 3
streebog_block_data_order 2 7 48 3
STREEBOG512_Final 10 67 784 2
STREEBOG256_Final 1 4 21 2
STREEBOG512_Update 6 32 206 3
STREEBOG256_Update 1 4 26 3
STREEBOG512_Transform 1 4 23 2
STREEBOG256_Init 1 7 46 1
STREEBOG512_Init 1 8 52 1
STREEBOG256 2 12 79 3
STREEBOG512 2 12 79 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341001_params.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
GostR3410_get_md_digest 2 6 19 1
GostR3410_get_pk_digest 4 13 36 1
GostR3410_256_param_id 3 9 59 1
GostR3410_512_param_id 3 9 59 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost2814789.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
f 1 5 67 2
Gost2814789_encrypt 1 25 566 3
Gost2814789_decrypt 1 25 566 3
Gost2814789_mac 2 23 348 3
Gost2814789_ecb_encrypt 4 12 71 4
Gost2814789_encrypt_mesh 3 10 62 2
Gost2814789_mac_mesh 3 10 59 3
Gost2814789_cfb64_encrypt 28 97 653 7
Gost2814789_cnt_next 5 23 151 3
Gost2814789_cnt_encrypt 14 44 318 7
GOST2814789IMIT_Init 1 6 47 2
GOST2814789IMIT_block_data_order 2 9 53 3
GOST2814789IMIT_Final 5 13 121 2
GOST2814789IMIT 2 15 119 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341001.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
GOST_le2bn 3 11 75 3
GOST_bn2le 4 14 100 3
gost2001_compute_public 9 38 198 1
gost2001_do_sign 29 92 601 2
gost2001_do_verify 27 74 563 3
VKO_compute_key 10 38 260 5
gost2001_keygen 7 23 135 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost89imit_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mackey_free_gost 1 4 17 1
mac_ctrl_gost 2 9 43 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341001_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_free_gost01 1 4 17 1
decode_gost01_algor_params 8 35 201 3
encode_gost01_algor_params 4 27 155 1
pub_cmp_gost01 5 15 112 2
pkey_size_gost01 2 6 28 1
pkey_bits_gost01 2 6 28 1
pub_decode_gost01 6 41 271 2
pub_encode_gost01 10 64 376 2
param_print_gost01 3 13 101 4
pub_print_gost01 7 42 278 4
priv_print_gost01 3 14 99 4
priv_decode_gost01 15 73 452 2
priv_encode_gost01 3 21 131 2
param_encode_gost01 3 12 69 2
param_decode_gost01 8 45 236 3
param_missing_gost01 4 11 56 1
param_copy_gost01 7 30 172 2
param_cmp_gost01 3 10 69 2
pkey_ctrl_gost01 10 34 208 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gostr341001_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
unpack_signature_cp 2 12 72 2
pack_signature_cp 3 13 106 4
unpack_signature_le 2 12 72 2
pack_signature_le 1 9 69 4
pkey_gost01_init 4 15 99 1
pkey_gost01_copy 3 12 69 2
pkey_gost01_cleanup 1 6 30 1
pkey_gost01_paramgen 8 28 160 2
pkey_gost01_keygen 2 6 38 2
pkey_gost01_sign 13 48 272 5
pkey_gost01_verify 6 29 164 5
gost01_VKO_key 9 50 312 4
pkey_gost01_decrypt 12 66 418 5
pkey_gost01_derive 4 18 107 3
pkey_gost01_encrypt 24 89 533 5
pkey_gost01_ctrl 20 60 270 4
pkey_gost01_ctrl_str 14 38 228 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost89_keywrap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
key_diversify_crypto_pro 4 28 181 4
gost_key_wrap_crypto_pro 1 17 163 5
gost_key_unwrap_crypto_pro 2 17 167 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/gost/gost89_params.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Gost2814789_set_sbox 5 26 323 2
Gost2814789_set_key 3 11 64 3
Gost2814789_cryptopro_key_mesh 1 9 76 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_ossl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECDSA_OpenSSL 1 4 10 1
ecdsa_sign_setup 25 93 528 4
ecdsa_do_sign 26 91 558 5
ecdsa_do_verify 27 98 616 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_ECDSA_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECDSA_do_sign 1 4 31 3
ECDSA_do_sign_ex 2 8 63 5
ECDSA_sign 1 5 50 6
ECDSA_sign_ex 2 13 94 8
ECDSA_sign_setup 2 7 54 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecdsa.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_ECDSA_SIG 1 5 38 3
i2d_ECDSA_SIG 1 4 29 2
ECDSA_SIG_new 1 4 17 1
ECDSA_SIG_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECDSA_set_default_method 1 4 13 1
ECDSA_get_default_method 2 7 22 1
ECDSA_set_method 3 13 63 2
ECDSA_DATA_new_method 5 26 150 1
ecdsa_data_new 1 4 16 1
ecdsa_data_dup 2 7 32 1
ecdsa_data_free 2 8 53 1
ecdsa_check 4 19 106 1
ECDSA_size 5 29 170 1
ECDSA_get_ex_new_index 1 6 39 5
ECDSA_set_ex_data 2 8 50 3
ECDSA_get_ex_data 2 8 44 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdsa/ecs_vrf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECDSA_do_verify 2 8 56 4
ECDSA_verify 5 22 155 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/chacha/chacha.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ChaCha_set_key 1 5 36 3
ChaCha_set_iv 1 6 39 3
ChaCha 4 14 129 4
CRYPTO_chacha_20 2 12 113 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/chacha/chacha-merged.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
chacha_keysetup 2 22 212 3
chacha_ivsetup 3 7 86 3
chacha_encrypt_bytes 11 146 1260 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/chacha/chacha.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/md4/md4_one.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MD4 3 12 85 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/md4/md4.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/md4/md4_dgst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MD4_Init 1 9 48 1
md4_block_data_order 2 69 1325 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/md4/md4_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_SignInit 1 4 21 2
PEM_SignUpdate 1 5 26 3
PEM_SignFinal 3 20 117 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_xaux.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_read_X509_AUX 1 5 44 4
PEM_write_X509_AUX 1 5 38 2
PEM_read_bio_X509_AUX 1 5 44 4
PEM_write_bio_X509_AUX 1 5 38 2
PEM_read_X509_CERT_PAIR 1 5 44 4
PEM_write_X509_CERT_PAIR 1 5 38 2
PEM_read_bio_X509_CERT_PAIR 1 5 44 4
PEM_write_bio_X509_CERT_PAIR 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_def_callback 8 34 186 4
PEM_proc_type 4 15 80 2
PEM_dek_info 3 18 173 4
PEM_ASN1_read 2 14 100 6
check_pem 25 59 336 2
PEM_bytes_read_bio 11 38 230 7
PEM_ASN1_write 2 15 118 9
PEM_ASN1_write_bio 18 84 596 9
PEM_do_header 8 40 310 5
PEM_get_EVP_CIPHER_INFO 20 55 355 2
load_iv 9 25 196 3
PEM_write 2 13 92 5
PEM_write_bio 17 49 402 5
PEM_read 2 13 93 5
PEM_read_bio 39 154 1039 5
pem_check_suffix 4 15 84 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_pk8.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_write_bio_PKCS8PrivateKey_nid 1 5 52 7
PEM_write_bio_PKCS8PrivateKey 1 5 55 7
i2d_PKCS8PrivateKey_bio 1 5 55 7
i2d_PKCS8PrivateKey_nid_bio 1 5 52 7
do_pk8pkey 10 43 258 9
d2i_PKCS8PrivateKey_bio 7 33 178 4
i2d_PKCS8PrivateKey_fp 1 5 55 7
i2d_PKCS8PrivateKey_nid_fp 1 5 52 7
PEM_write_PKCS8PrivateKey_nid 1 5 52 7
PEM_write_PKCS8PrivateKey 1 5 55 7
do_pk8pkey_fp 2 13 102 9
d2i_PKCS8PrivateKey_fp 2 12 73 4
PEM_read_PKCS8 1 5 44 4
PEM_write_PKCS8 1 5 38 2
PEM_read_bio_PKCS8 1 5 44 4
PEM_write_bio_PKCS8 1 5 38 2
PEM_read_PKCS8_PRIV_KEY_INFO 1 5 44 4
PEM_write_PKCS8_PRIV_KEY_INFO 1 5 38 2
PEM_read_bio_PKCS8_PRIV_KEY_INFO 1 5 44 4
PEM_write_bio_PKCS8_PRIV_KEY_INFO 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem2.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pvkfmt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
read_ledword 1 11 70 1
read_lebn 4 20 121 3
do_blob_header 14 57 268 6
blob_length 4 17 90 3
do_b2i 4 19 127 3
do_b2i_bio 6 33 206 2
b2i_dss 12 45 297 4
b2i_rsa 13 44 310 4
b2i_PrivateKey 1 4 23 2
b2i_PublicKey 1 4 23 2
b2i_PrivateKey_bio 1 4 16 1
b2i_PublicKey_bio 1 4 16 1
write_ledword 1 9 73 2
write_lebn 4 21 132 3
do_i2b 11 46 287 3
do_i2b_bio 3 13 78 3
check_bitlen_dsa 7 21 121 3
check_bitlen_rsa 9 27 180 3
write_rsa 2 16 141 3
write_dsa 2 15 105 3
i2b_PrivateKey_bio 1 4 22 2
i2b_PublicKey_bio 1 4 22 2
do_PVK_header 9 39 199 5
derive_pvk_key 5 14 103 5
do_PVK_body 19 74 482 5
b2i_PVK_bio 5 30 181 3
i2b_PVK 18 74 454 5
i2b_PVK_bio 3 15 97 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_read_X509_REQ 1 5 44 4
PEM_write_X509_REQ 1 5 38 2
PEM_read_bio_X509_REQ 1 5 44 4
PEM_write_bio_X509_REQ 1 5 38 2
PEM_write_X509_REQ_NEW 1 5 38 2
PEM_write_bio_X509_REQ_NEW 1 5 38 2
PEM_read_X509_CRL 1 5 44 4
PEM_write_X509_CRL 1 5 38 2
PEM_read_bio_X509_CRL 1 5 44 4
PEM_write_bio_X509_CRL 1 5 38 2
PEM_read_PKCS7 1 5 44 4
PEM_write_PKCS7 1 5 38 2
PEM_read_bio_PKCS7 1 5 44 4
PEM_write_bio_PKCS7 1 5 38 2
PEM_write_NETSCAPE_CERT_SEQUENCE 1 5 38 2
PEM_read_NETSCAPE_CERT_SEQUENCE 1 5 44 4
PEM_read_bio_NETSCAPE_CERT_SEQUENCE 1 5 44 4
PEM_write_bio_NETSCAPE_CERT_SEQUENCE 1 5 38 2
pkey_get_rsa 4 15 64 2
PEM_read_RSAPrivateKey 1 6 45 4
PEM_write_RSAPrivateKey 1 6 59 7
PEM_read_bio_RSAPrivateKey 1 6 45 4
PEM_write_bio_RSAPrivateKey 1 7 59 7
PEM_read_RSAPublicKey 1 5 44 4
PEM_write_RSAPublicKey 1 5 43 2
PEM_read_bio_RSAPublicKey 1 5 44 4
PEM_write_bio_RSAPublicKey 1 5 43 2
PEM_read_RSA_PUBKEY 1 5 44 4
PEM_write_RSA_PUBKEY 1 5 38 2
PEM_read_bio_RSA_PUBKEY 1 5 44 4
PEM_write_bio_RSA_PUBKEY 1 5 38 2
pkey_get_dsa 4 15 64 2
PEM_read_DSAPrivateKey 1 6 45 4
PEM_write_DSAPrivateKey 1 6 59 7
PEM_read_bio_DSAPrivateKey 1 6 45 4
PEM_write_bio_DSAPrivateKey 1 7 59 7
PEM_read_DSA_PUBKEY 1 5 44 4
PEM_write_DSA_PUBKEY 1 5 38 2
PEM_write_bio_DSA_PUBKEY 1 5 38 2
PEM_read_bio_DSA_PUBKEY 1 5 44 4
PEM_read_DSAparams 1 5 44 4
PEM_write_DSAparams 1 5 43 2
PEM_read_bio_DSAparams 1 5 44 4
PEM_write_bio_DSAparams 1 5 43 2
pkey_get_eckey 4 15 64 2
PEM_read_ECPKParameters 1 5 44 4
PEM_write_ECPKParameters 1 5 43 2
PEM_read_bio_ECPKParameters 1 5 44 4
PEM_write_bio_ECPKParameters 1 5 43 2
PEM_read_ECPrivateKey 1 6 45 4
PEM_write_ECPrivateKey 1 6 59 7
PEM_read_bio_ECPrivateKey 1 6 45 4
PEM_write_bio_ECPrivateKey 1 7 59 7
PEM_read_EC_PUBKEY 1 5 44 4
PEM_write_EC_PUBKEY 1 5 38 2
PEM_read_bio_EC_PUBKEY 1 5 44 4
PEM_write_bio_EC_PUBKEY 1 5 38 2
PEM_read_DHparams 1 5 44 4
PEM_write_DHparams 1 5 43 2
PEM_read_bio_DHparams 1 5 44 4
PEM_write_bio_DHparams 1 5 43 2
PEM_read_PUBKEY 1 5 44 4
PEM_write_PUBKEY 1 5 38 2
PEM_read_bio_PUBKEY 1 5 44 4
PEM_write_bio_PUBKEY 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_seal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_ENCODE_SEAL_CTX_cleanup 1 6 39 1
PEM_SealInit 9 44 325 8
PEM_SealUpdate 4 22 135 5
PEM_SealFinal 6 34 235 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_info.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_X509_INFO_read 2 14 93 4
PEM_X509_INFO_read_bio 55 187 1159 4
PEM_X509_INFO_write_bio 13 57 383 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_read_bio_PrivateKey 15 65 400 4
PEM_write_bio_PrivateKey 3 12 121 7
PEM_read_bio_Parameters 9 35 199 2
PEM_write_bio_Parameters 3 10 86 2
PEM_read_PrivateKey 2 13 87 4
PEM_write_PrivateKey 2 13 92 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_PEM_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_x509.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_read_X509 1 5 44 4
PEM_write_X509 1 5 38 2
PEM_read_bio_X509 1 5 44 4
PEM_write_bio_X509 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pem/pem_oth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PEM_ASN1_read_bio 3 16 115 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_mem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_mem 1 4 12 1
BIO_new_mem_buf 4 20 115 2
mem_new 2 11 63 1
mem_free 6 16 89 1
mem_read 8 22 176 3
mem_write 4 23 132 3
mem_ctrl 19 65 328 4
mem_gets 6 27 155 3
mem_puts 1 7 41 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_conn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
conn_state 35 146 890 2
BIO_CONNECT_new 2 18 129 1
BIO_CONNECT_free 2 8 35 1
BIO_s_connect 1 4 12 1
conn_new 2 10 56 1
conn_close_socket 3 11 64 1
conn_free 3 15 74 1
conn_read 6 21 119 3
conn_write 5 19 110 3
conn_ctrl 35 121 698 4
conn_callback_ctrl 2 17 82 3
conn_puts 1 7 41 2
BIO_new_connect 3 13 59 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bio_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_BIO_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bf_buff.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_buffer 1 4 12 1
buffer_new 4 28 161 1
buffer_free 2 14 77 1
buffer_read 18 54 328 3
buffer_write 20 60 398 3
buffer_ctrl 40 155 899 4
buffer_callback_ctrl 2 12 61 3
buffer_gets 12 45 261 3
buffer_puts 1 4 28 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bf_null.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_null 1 4 12 1
nullf_new 1 7 31 1
nullf_free 2 6 24 1
nullf_read 3 12 72 3
nullf_write 4 12 81 3
nullf_ctrl 4 19 101 4
nullf_callback_ctrl 2 12 61 3
nullf_gets 2 6 42 3
nullf_puts 2 6 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_dgram.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_datagram 1 4 12 1
BIO_new_dgram 2 9 48 2
dgram_new 2 12 64 1
dgram_free 3 11 54 1
dgram_clear 4 14 68 1
dgram_adjust_rcv_timeout 13 34 261 1
dgram_reset_rcv_timeout 5 10 75 1
dgram_read 6 31 197 3
dgram_write 6 24 176 3
dgram_ctrl 73 265 1419 4
dgram_puts 1 7 41 2
BIO_dgram_should_retry 3 9 44 1
BIO_dgram_non_fatal_error 5 13 39 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bf_lbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_linebuffer 1 4 12 1
linebuffer_new 3 18 101 1
linebuffer_free 2 13 70 1
linebuffer_read 3 12 72 3
linebuffer_write 28 75 522 3
linebuffer_ctrl 25 95 557 4
linebuffer_callback_ctrl 2 12 61 3
linebuffer_gets 2 6 42 3
linebuffer_puts 1 4 28 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_bio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_bio 1 4 10 1
bio_new 2 12 60 1
bio_free 3 13 61 1
bio_read 12 58 339 3
bio_nread0 5 26 169 2
bio_nread 6 25 145 3
bio_write 10 46 286 3
bio_nwrite0 7 33 205 2
bio_nwrite 4 19 104 3
bio_ctrl 32 126 596 4
bio_puts 1 4 26 2
bio_make_pair 7 39 223 2
bio_destroy_pair 3 22 132 1
BIO_new_bio_pair 11 40 193 4
BIO_ctrl_get_write_guarantee 1 4 20 1
BIO_ctrl_get_read_request 1 4 20 1
BIO_ctrl_reset_read_request 1 4 24 1
BIO_nread0 3 13 62 2
BIO_nread 3 12 67 3
BIO_nwrite0 3 13 62 2
BIO_nwrite 3 12 64 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_sock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_socket 1 4 12 1
BIO_new_socket 2 9 48 2
sock_new 1 8 37 1
sock_free 4 14 68 1
sock_read 4 14 75 3
sock_write 3 12 66 3
sock_ctrl 9 36 167 4
sock_puts 1 7 41 2
BIO_sock_should_retry 3 9 44 1
BIO_sock_non_fatal_error 6 14 42 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_file.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_new_file 4 21 118 2
BIO_new_fp 2 8 49 2
BIO_s_file 1 4 12 1
file_new 1 8 37 1
file_free 5 14 75 1
file_read 5 13 90 3
file_write 3 7 55 3
file_ctrl 25 81 429 4
file_gets 3 11 71 3
file_puts 1 7 41 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_fd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_fd 1 4 12 1
BIO_new_fd 2 9 48 2
fd_new 1 8 38 1
fd_free 4 13 59 1
fd_read 4 14 75 3
fd_write 3 12 66 3
fd_ctrl 15 49 231 4
fd_puts 1 7 41 2
fd_gets 5 12 97 3
BIO_fd_should_retry 3 9 44 1
BIO_fd_non_fatal_error 6 14 42 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/b_dump.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_dump_cb 1 5 49 4
BIO_dump_indent_cb 19 56 511 5
write_fp 1 4 28 3
BIO_dump_fp 1 4 28 3
BIO_dump_indent_fp 1 4 33 4
write_bio 1 4 35 3
BIO_dump 1 4 28 3
BIO_dump_indent 1 4 33 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/b_posix.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_sock_init 1 4 11 1
BIO_sock_cleanup 1 3 6 1
BIO_socket_nbio 5 9 82 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_null.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_null 1 4 12 1
null_new 1 7 33 1
null_free 2 6 24 1
null_read 1 4 20 3
null_write 1 4 21 3
null_ctrl 12 23 81 4
null_gets 1 4 20 3
null_puts 2 6 32 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_acpt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_accept 1 4 12 1
acpt_new 2 13 75 1
BIO_ACCEPT_new 2 9 51 1
BIO_ACCEPT_free 2 9 42 1
acpt_close_socket 2 11 63 1
acpt_free 3 15 74 1
acpt_state 20 76 421 2
acpt_read 3 15 92 3
acpt_write 3 15 91 3
acpt_ctrl 24 87 431 4
acpt_puts 1 7 41 2
BIO_new_accept 3 13 59 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bf_nbio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_nbio_test 1 4 12 1
nbiof_new 2 12 73 1
nbiof_free 2 10 49 1
nbiof_read 6 24 132 3
nbiof_write 8 33 188 3
nbiof_ctrl 4 20 103 4
nbiof_callback_ctrl 2 12 61 3
nbiof_gets 2 6 42 3
nbiof_puts 2 6 38 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bio.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bio_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_new 3 14 68 1
BIO_set 3 25 150 2
BIO_free 6 17 138 1
BIO_vfree 1 4 13 1
BIO_clear_flags 1 4 17 2
BIO_test_flags 1 4 21 2
BIO_set_flags 1 4 17 2
long( * BIO_get_callback(constBIO*b)) 1 5 24 6
BIO_set_callback 1 5 37 2
BIO_set_callback_arg 1 4 18 2
BIO_get_callback_arg 1 4 14 1
BIO_method_name 1 4 16 1
BIO_method_type 1 4 16 1
BIO_read 8 24 211 3
BIO_write 8 26 217 3
BIO_puts 8 23 207 2
BIO_gets 7 21 195 3
BIO_indent 5 11 56 3
BIO_int_ctrl 1 6 43 4
BIO_ptr_ctrl 2 8 51 3
BIO_ctrl 6 19 176 4
BIO_callback_ctrl 6 20 200 3
BIO_ctrl_pending 1 4 20 1
BIO_ctrl_wpending 1 4 20 1
BIO_push 4 14 79 2
BIO_pop 4 15 93 1
BIO_get_retry_BIO 5 16 78 2
BIO_get_retry_reason 1 4 15 1
BIO_find_type 7 19 99 2
BIO_next 2 6 21 1
BIO_free_all 3 13 52 1
BIO_dup_chain 6 32 201 1
BIO_copy_next_retry 1 5 30 1
BIO_get_ex_new_index 1 6 39 5
BIO_set_ex_data 1 4 32 3
BIO_get_ex_data 1 4 26 2
BIO_number_read 2 6 20 1
BIO_number_written 2 6 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bss_log.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_s_log 1 4 12 1
slg_new 1 8 40 1
slg_free 2 7 29 1
slg_write 3 46 319 3
slg_ctrl 2 12 52 4
slg_puts 1 7 41 2
xopenlog 1 4 26 3
xsyslog 1 4 25 3
xcloselog 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/b_sock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_get_host_ip 3 24 154 2
BIO_get_port 3 22 135 2
BIO_sock_error 2 9 49 1
BIO_gethostbyname 1 4 15 1
BIO_socket_ioctl 2 8 44 3
BIO_get_accept_socket 15 68 431 2
BIO_accept 8 33 209 2
BIO_set_tcp_ndelay 1 4 32 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/b_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_printf 1 9 49 3
_BIO_write 1 4 26 3
BIO_vprintf 2 14 78 3
BIO_vprintf 2 14 74 3
BIO_snprintf 3 11 71 4
BIO_vsnprintf 3 8 57 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bio/bio_cb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_debug_callback 16 76 470 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/ripemd/rmd_dgst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RIPEMD160_Init 1 10 54 1
ripemd160_block_data_order 2 182 3443 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ripemd/rmd_one.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RIPEMD160 3 13 85 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ripemd/rmdconst.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ripemd/ripemd.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ripemd/rmd_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdh/ech_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdh/ech_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ecdh_compute_key 20 93 543 5
ECDH_OpenSSL 1 4 10 1
ECDH_compute_key 2 9 80 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdh/ech_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ECDH_set_default_method 1 4 13 1
ECDH_get_default_method 2 7 22 1
ECDH_set_method 3 13 63 2
ECDH_DATA_new_method 5 26 150 1
ecdh_data_new 1 4 16 1
ecdh_data_dup 2 7 36 1
ecdh_data_free 2 8 53 1
ecdh_check 4 19 106 1
ECDH_get_ex_new_index 1 6 39 5
ECDH_set_ex_data 2 8 50 3
ECDH_get_ex_data 2 8 44 2
ECDH_size 1 4 26 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdh/ecdh.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ecdh/ech_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_ECDH_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_cert_to_id 3 17 93 3
OCSP_cert_id_new 13 43 281 4
OCSP_id_issuer_cmp 3 11 71 2
OCSP_id_cmp 2 8 43 2
OCSP_parse_url 9 44 276 5
OCSP_CERTID_dup 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_vfy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_basic_verify 24 88 498 4
ocsp_find_signer 3 17 104 5
ocsp_find_signer_sk 5 18 135 2
ocsp_check_issuer 7 29 169 3
ocsp_check_ids 4 20 115 2
ocsp_match_issuerid 11 40 248 3
ocsp_check_delegated 3 8 50 2
OCSP_request_verify 15 66 351 4
ocsp_req_find_signer 4 18 99 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_cl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_request_add0_id 5 15 83 2
OCSP_request_set1_name 4 16 90 2
OCSP_request_add1_cert 6 17 104 2
OCSP_request_sign 10 33 203 6
OCSP_response_status 1 4 16 1
OCSP_response_get1_basic 3 14 65 1
OCSP_resp_count 2 6 27 1
OCSP_resp_get0 2 6 31 2
OCSP_resp_find 5 19 106 3
OCSP_single_get0_status 8 28 135 5
OCSP_resp_find_status 3 15 96 7
OCSP_check_validity 12 49 280 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_srv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_request_onereq_count 1 4 18 1
OCSP_request_onereq_get0 1 4 23 2
OCSP_onereq_get0_id 1 4 13 1
OCSP_id_get0_info 6 15 81 5
OCSP_request_is_signed 2 6 20 1
OCSP_response_create 7 21 121 2
OCSP_basic_add1_status 17 54 321 7
OCSP_basic_add1_cert 3 9 63 2
OCSP_basic_sign 13 43 288 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_ht.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_REQ_CTX_free 2 8 35 1
OCSP_REQ_CTX_set1_req 3 11 74 2
OCSP_REQ_CTX_add1_header 7 17 103 3
OCSP_sendreq_new 9 39 228 4
parse_http_line1 17 42 261 1
OCSP_sendreq_nbio 40 128 747 2
OCSP_sendreq_bio 5 16 95 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ocsp_certid_print 1 15 126 3
table2string 3 8 51 3
OCSP_response_status_str 1 12 62 1
OCSP_cert_status_str 1 9 44 1
OCSP_crl_reason_str 1 14 74 1
OCSP_REQUEST_print 14 47 330 3
OCSP_RESPONSE_print 35 111 751 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_asn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_OCSP_SIGNATURE 1 5 38 3
i2d_OCSP_SIGNATURE 1 4 28 2
OCSP_SIGNATURE_new 1 4 17 1
OCSP_SIGNATURE_free 1 4 20 1
d2i_OCSP_CERTID 1 5 38 3
i2d_OCSP_CERTID 1 4 28 2
OCSP_CERTID_new 1 4 17 1
OCSP_CERTID_free 1 4 20 1
d2i_OCSP_ONEREQ 1 5 38 3
i2d_OCSP_ONEREQ 1 4 28 2
OCSP_ONEREQ_new 1 4 17 1
OCSP_ONEREQ_free 1 4 20 1
d2i_OCSP_REQINFO 1 5 38 3
i2d_OCSP_REQINFO 1 4 28 2
OCSP_REQINFO_new 1 4 17 1
OCSP_REQINFO_free 1 4 20 1
d2i_OCSP_REQUEST 1 5 38 3
i2d_OCSP_REQUEST 1 4 28 2
d2i_OCSP_REQUEST_bio 1 4 23 2
i2d_OCSP_REQUEST_bio 1 4 23 2
OCSP_REQUEST_new 1 4 17 1
OCSP_REQUEST_free 1 4 20 1
d2i_OCSP_RESPBYTES 1 5 38 3
i2d_OCSP_RESPBYTES 1 4 28 2
OCSP_RESPBYTES_new 1 4 17 1
OCSP_RESPBYTES_free 1 4 20 1
d2i_OCSP_RESPONSE 1 5 38 3
i2d_OCSP_RESPONSE 1 4 28 2
d2i_OCSP_RESPONSE_bio 1 4 23 2
i2d_OCSP_RESPONSE_bio 1 4 23 2
OCSP_RESPONSE_new 1 4 17 1
OCSP_RESPONSE_free 1 4 20 1
d2i_OCSP_RESPID 1 5 38 3
i2d_OCSP_RESPID 1 4 28 2
OCSP_RESPID_new 1 4 17 1
OCSP_RESPID_free 1 4 20 1
d2i_OCSP_REVOKEDINFO 1 5 38 3
i2d_OCSP_REVOKEDINFO 1 4 28 2
OCSP_REVOKEDINFO_new 1 4 17 1
OCSP_REVOKEDINFO_free 1 4 20 1
d2i_OCSP_CERTSTATUS 1 5 38 3
i2d_OCSP_CERTSTATUS 1 4 28 2
OCSP_CERTSTATUS_new 1 4 17 1
OCSP_CERTSTATUS_free 1 4 20 1
d2i_OCSP_SINGLERESP 1 5 38 3
i2d_OCSP_SINGLERESP 1 4 28 2
OCSP_SINGLERESP_new 1 4 17 1
OCSP_SINGLERESP_free 1 4 20 1
d2i_OCSP_RESPDATA 1 5 38 3
i2d_OCSP_RESPDATA 1 4 28 2
OCSP_RESPDATA_new 1 4 17 1
OCSP_RESPDATA_free 1 4 20 1
d2i_OCSP_BASICRESP 1 5 38 3
i2d_OCSP_BASICRESP 1 4 28 2
OCSP_BASICRESP_new 1 4 17 1
OCSP_BASICRESP_free 1 4 20 1
d2i_OCSP_CRLID 1 5 38 3
i2d_OCSP_CRLID 1 4 28 2
OCSP_CRLID_new 1 4 17 1
OCSP_CRLID_free 1 4 20 1
d2i_OCSP_SERVICELOC 1 5 38 3
i2d_OCSP_SERVICELOC 1 4 28 2
OCSP_SERVICELOC_new 1 4 17 1
OCSP_SERVICELOC_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_ext.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OCSP_REQUEST_get_ext_count 1 4 18 1
OCSP_REQUEST_get_ext_by_NID 1 5 28 3
OCSP_REQUEST_get_ext_by_OBJ 1 5 29 3
OCSP_REQUEST_get_ext_by_critical 1 5 28 3
OCSP_REQUEST_get_ext 1 4 23 2
OCSP_REQUEST_delete_ext 1 4 23 2
OCSP_REQUEST_get1_ext_d2i 1 4 35 4
OCSP_REQUEST_add1_ext_i2d 1 6 41 5
OCSP_REQUEST_add_ext 1 5 34 3
OCSP_ONEREQ_get_ext_count 1 4 16 1
OCSP_ONEREQ_get_ext_by_NID 1 4 26 3
OCSP_ONEREQ_get_ext_by_OBJ 1 4 27 3
OCSP_ONEREQ_get_ext_by_critical 1 5 26 3
OCSP_ONEREQ_get_ext 1 4 21 2
OCSP_ONEREQ_delete_ext 1 4 21 2
OCSP_ONEREQ_get1_ext_d2i 1 4 33 4
OCSP_ONEREQ_add1_ext_i2d 1 6 39 5
OCSP_ONEREQ_add_ext 1 4 32 3
OCSP_BASICRESP_get_ext_count 1 4 18 1
OCSP_BASICRESP_get_ext_by_NID 1 5 28 3
OCSP_BASICRESP_get_ext_by_OBJ 1 5 29 3
OCSP_BASICRESP_get_ext_by_critical 1 5 28 3
OCSP_BASICRESP_get_ext 1 4 23 2
OCSP_BASICRESP_delete_ext 1 4 23 2
OCSP_BASICRESP_get1_ext_d2i 1 5 35 4
OCSP_BASICRESP_add1_ext_i2d 1 6 41 5
OCSP_BASICRESP_add_ext 1 5 34 3
OCSP_SINGLERESP_get_ext_count 1 4 16 1
OCSP_SINGLERESP_get_ext_by_NID 1 4 26 3
OCSP_SINGLERESP_get_ext_by_OBJ 1 5 27 3
OCSP_SINGLERESP_get_ext_by_critical 1 4 26 3
OCSP_SINGLERESP_get_ext 1 4 21 2
OCSP_SINGLERESP_delete_ext 1 4 21 2
OCSP_SINGLERESP_get1_ext_d2i 1 4 33 4
OCSP_SINGLERESP_add1_ext_i2d 1 5 39 5
OCSP_SINGLERESP_add_ext 1 4 32 3
ocsp_add1_nonce 5 25 154 3
OCSP_request_add1_nonce 1 4 31 3
OCSP_basic_add1_nonce 1 5 31 3
OCSP_check_nonce 8 19 125 2
OCSP_copy_nonce 2 10 60 2
OCSP_crlID_new 12 30 188 3
OCSP_accept_responses_new 6 21 125 1
OCSP_archive_cutoff_new 4 14 74 1
OCSP_url_svcloc_new 16 42 266 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ocsp/ocsp_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_OCSP_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/md5/md5_dgst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MD5_Init 1 9 48 1
md5_block_data_order 2 84 1645 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/md5/md5_one.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MD5 3 12 85 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/md5/md5.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/md5/md5_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/buffer/buffer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BUF_MEM_new 2 9 45 1
BUF_MEM_free 2 7 32 1
BUF_MEM_grow 1 4 19 2
BUF_MEM_grow_clean 5 24 152 2
BUF_reverse 4 18 108 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/buffer/buffer.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/buffer/buf_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_BUF_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/buffer/buf_str.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BUF_strdup 3 9 44 1
BUF_strndup 3 9 49 2
BUF_memdup 3 11 60 2
BUF_strlcpy 1 4 26 3
BUF_strlcat 1 4 26 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/i_cfb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_cfb64_encrypt 6 54 396 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/idea.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/i_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_set_encrypt_key 3 31 408 2
idea_set_decrypt_key 3 25 238 2
inverse 5 28 135 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/i_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_options 2 7 29 1
idea_ecb_encrypt 1 11 109 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/i_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_cbc_encrypt 6 72 497 6
idea_encrypt 1 26 219 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/idea_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/idea/i_ofb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
idea_ofb64_encrypt 4 44 296 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/poly1305/poly1305.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_poly1305_init 1 4 23 2
CRYPTO_poly1305_update 1 5 26 3
CRYPTO_poly1305_finish 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/poly1305/poly1305-donna.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
U8TO32 1 7 82 1
U32TO8 1 7 66 2
poly1305_init 1 20 259 2
poly1305_blocks 3 80 781 3
poly1305_update 8 30 208 3
poly1305_finish 3 91 787 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/poly1305/poly1305.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_sap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_config 4 20 93 1
OPENSSL_no_config 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CONF_set_nconf 2 7 40 2
CONF_set_default_method 1 5 15 1
CONF_load 2 14 77 3
CONF_load_fp 2 13 73 3
CONF_load_bio 2 11 57 3
CONF_get_section 2 11 50 2
CONF_get_string 2 11 64 3
CONF_get_number 3 17 95 3
CONF_free 1 6 28 1
CONF_dump_fp 2 12 63 2
CONF_dump_bio 1 6 35 2
NCONF_new 3 12 54 1
NCONF_free 2 6 25 1
NCONF_free_data 2 6 25 1
NCONF_load 2 8 47 3
NCONF_load_fp 2 12 66 3
NCONF_load_bio 2 8 46 3
NCONF_get_section 3 12 54 2
NCONF_get_string 4 14 76 3
NCONF_get_number_e 4 17 113 4
NCONF_dump_fp 2 12 61 2
NCONF_dump_bio 2 8 41 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_CONF_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_mod.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CONF_modules_load 11 28 186 3
CONF_modules_load_file 8 31 160 3
module_run 7 25 145 4
module_load_dso 6 35 195 4
module_add 6 24 132 4
module_find 4 17 95 1
module_init 14 44 245 4
CONF_modules_unload 6 17 104 1
module_free 2 7 33 1
CONF_modules_finish 2 10 42 1
module_finish 2 9 51 1
CONF_module_add 2 8 37 3
CONF_modules_free 1 5 15 1
CONF_imodule_get_name 1 4 14 1
CONF_imodule_get_value 1 4 14 1
CONF_imodule_get_usr_data 1 4 14 1
CONF_imodule_set_usr_data 1 4 18 2
CONF_imodule_get_module 1 4 14 1
CONF_imodule_get_flags 1 4 14 1
CONF_imodule_set_flags 1 4 18 2
CONF_module_get_usr_data 1 4 13 1
CONF_module_set_usr_data 1 4 18 2
CONF_get1_default_config_file 2 8 37 1
CONF_parse_list 13 36 218 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_def.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_mall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_load_builtin_modules 1 5 14 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_api.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_CONF_get_section 3 10 71 2
_CONF_get_section_values 2 9 53 2
_CONF_add_string 3 18 116 3
_CONF_get_string 6 23 150 3
conf_value_hash 1 4 29 1
conf_value_cmp 7 16 121 2
_CONF_new_data 4 11 48 1
_CONF_free_data 3 11 71 1
value_free_hash_doall_arg 2 5 33 2
value_free_stack_doall 4 19 116 1
_CONF_new_section 6 27 182 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_def.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NCONF_default 1 4 10 1
NCONF_WIN32 1 4 10 1
def_create 3 11 58 1
def_init_default 2 9 39 1
def_init_WIN32 2 9 43 1
def_destroy 2 8 28 1
def_destroy_data 2 7 25 1
def_load 3 16 87 3
def_load_bio 47 180 1067 3
clear_comments 10 35 167 2
str_copy 37 121 751 4
eat_ws 3 6 41 2
eat_alpha_numeric 4 12 61 2
scan_quote 6 16 91 2
scan_dquote 5 18 84 2
dump_value_doall_arg 2 7 49 2
def_dump 1 6 31 2
def_is_number 1 4 20 2
def_to_int 1 4 17 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/conf/conf_api.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_PKEY_new 5 31 171 1
X509_PKEY_free 6 16 99 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_d2i_fp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_d2i_fp 2 13 93 4
ASN1_d2i_bio 3 16 107 4
ASN1_item_d2i_bio 3 16 101 3
ASN1_item_d2i_fp 2 13 82 3
asn1_d2i_read_bio 31 116 635 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_PRINTABLE_type 27 31 234 2
ASN1_UNIVERSALSTRING_to_string 9 26 189 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_info.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_INFO_new 2 17 89 1
X509_INFO_free 5 16 91 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_ASN1_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_dec.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_tag2bit 3 6 30 1
ASN1_item_d2i 3 12 79 4
ASN1_template_d2i 1 7 48 4
ASN1_item_ex_d2i 64 226 1359 8
asn1_template_ex_d2i 10 52 287 6
asn1_template_noexp_d2i 21 100 558 6
asn1_d2i_ex_primitive 24 101 584 8
asn1_ex_c2i 47 121 626 6
asn1_find_end 8 37 177 3
asn1_collect 13 46 255 7
collect_data 3 14 76 3
asn1_check_eoc 4 12 60 2
asn1_check_tlen 17 62 362 11
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_name.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_NAME_ENTRY 1 5 38 3
i2d_X509_NAME_ENTRY 1 4 28 2
X509_NAME_ENTRY_new 1 4 17 1
X509_NAME_ENTRY_free 1 4 20 1
X509_NAME_ENTRY_dup 1 4 17 1
d2i_X509_NAME 1 5 38 3
i2d_X509_NAME 1 4 28 2
X509_NAME_new 1 4 17 1
X509_NAME_free 1 4 20 1
X509_NAME_dup 1 4 17 1
x509_name_ex_new 6 24 135 2
x509_name_ex_free 3 12 70 2
x509_name_ex_d2i 10 51 363 8
x509_name_ex_i2d 5 20 116 5
local_sk_X509_NAME_ENTRY_free 1 4 16 1
local_sk_X509_NAME_ENTRY_pop_free 1 4 18 1
x509_name_encode 9 46 275 1
x509_name_ex_print 2 8 53 5
x509_name_canon 17 62 351 1
asn1_string_canon 15 47 286 2
i2d_name_canon 3 16 109 2
X509_NAME_set 5 14 72 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_par.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asn1_print_info 8 29 198 5
ASN1_parse 1 4 41 4
ASN1_parse_dump 1 4 44 5
asn1_parse2 96 241 1598 7
ASN1_tag2str 5 18 117 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_long.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
long_new 1 5 27 2
long_free 1 4 24 2
long_i2c 9 32 204 4
long_c2i 8 35 197 6
long_print 1 5 40 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_x509a.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_CERT_AUX_print 12 50 349 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_strnid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_STRING_set_default_mask 1 4 12 1
ASN1_STRING_get_default_mask 1 4 9 1
ASN1_STRING_set_default_mask_asc 8 23 152 1
ASN1_STRING_set_by_NID 5 23 138 5
sk_table_cmp 1 5 33 2
table_cmp 1 4 23 2
table_cmp_BSEARCH_CMP_FN 1 6 36 2
OBJ_bsearch_table 1 5 37 3
ASN1_STRING_TABLE_get 4 17 85 1
ASN1_STRING_TABLE_add 9 36 200 5
ASN1_STRING_TABLE_cleanup 2 9 35 1
st_free 2 5 21 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_new.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_new 2 7 33 1
ASN1_item_ex_new 1 4 23 2
asn1_item_ex_combine_new 45 96 532 3
asn1_item_clear 10 27 116 2
ASN1_template_new 9 32 164 2
asn1_template_clear 2 7 40 2
ASN1_primitive_new 15 44 238 2
asn1_primitive_clear 7 20 105 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_x509.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_print_fp 1 4 24 2
X509_print_ex_fp 2 13 86 4
X509_print 1 4 24 2
X509_print_ex 46 126 863 4
X509_ocspid_print 10 37 271 2
X509_signature_dump 8 21 150 3
X509_signature_print 9 23 156 3
ASN1_STRING_print 11 27 192 2
ASN1_TIME_print 3 9 59 2
ASN1_GENERALIZEDTIME_print 20 47 482 2
ASN1_UTCTIME_print 16 37 396 2
X509_NAME_print 17 42 274 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_PCTX_new 2 15 69 1
ASN1_PCTX_free 1 4 13 1
ASN1_PCTX_get_flags 1 4 13 1
ASN1_PCTX_set_flags 1 4 18 2
ASN1_PCTX_get_nm_flags 1 4 13 1
ASN1_PCTX_set_nm_flags 1 4 18 2
ASN1_PCTX_get_cert_flags 1 4 13 1
ASN1_PCTX_set_cert_flags 1 4 18 2
ASN1_PCTX_get_oid_flags 1 4 13 1
ASN1_PCTX_set_oid_flags 1 4 18 2
ASN1_PCTX_get_str_flags 1 4 13 1
ASN1_PCTX_set_str_flags 1 4 18 2
ASN1_item_print 3 13 81 5
asn1_item_print_ctx 47 115 709 8
asn1_template_print_ctx 17 51 350 5
asn1_print_fsname 15 35 208 5
asn1_print_boolean_ctx 4 18 71 3
asn1_print_integer_ctx 2 10 58 3
asn1_print_oid_ctx 3 12 81 3
asn1_print_obstring_ctx 6 15 104 4
asn1_primitive_print 30 90 524 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/p5_pbe.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PBEPARAM 1 5 38 3
i2d_PBEPARAM 1 4 28 2
PBEPARAM_new 1 4 17 1
PBEPARAM_free 1 4 20 1
PKCS5_pbe_set0_algor 10 42 229 5
PKCS5_pbe_set 3 13 70 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/evp_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_TYPE_set_octetstring 3 12 75 3
ASN1_TYPE_get_octetstring 4 18 110 3
ASN1_TYPE_set_int_octetstring 7 27 181 4
ASN1_TYPE_get_int_octetstring 8 26 174 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_time_tm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_time_tm_cmp 13 28 203 2
ASN1_time_tm_clamp_notafter 4 10 63 1
gentime_string_from_tm 4 13 87 1
utctime_string_from_tm 4 11 84 1
rfc5280_string_from_tm 4 13 67 1
ASN1_time_parse 25 62 420 4
ASN1_TIME_set_string_internal 6 18 128 3
ASN1_TIME_adj_internal 14 54 259 5
ASN1_TIME_set 1 4 25 2
ASN1_TIME_set_tm 2 7 47 2
ASN1_TIME_adj 1 4 33 4
ASN1_TIME_check 3 6 51 1
ASN1_TIME_to_generalizedtime 8 25 183 2
ASN1_TIME_set_string 1 4 25 2
ASN1_UTCTIME_check 2 6 45 1
ASN1_UTCTIME_set_string 3 6 42 2
ASN1_UTCTIME_set 1 4 25 2
ASN1_UTCTIME_adj 1 5 33 4
ASN1_UTCTIME_cmp_time_t 3 9 74 2
ASN1_GENERALIZEDTIME_check 2 6 45 1
ASN1_GENERALIZEDTIME_set_string 3 6 42 2
ASN1_GENERALIZEDTIME_set 1 4 25 2
ASN1_GENERALIZEDTIME_adj 1 6 33 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_enum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_ENUMERATED_set 7 32 213 2
ASN1_ENUMERATED_get 8 24 138 1
BN_to_ASN1_ENUMERATED 9 37 212 2
ASN1_ENUMERATED_to_BN 3 9 63 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/d2i_pu.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PublicKey 14 46 255 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_typ.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_ASN1_INTEGER 1 5 38 3
i2d_ASN1_INTEGER 1 4 28 2
ASN1_INTEGER_new 1 4 17 1
ASN1_INTEGER_free 1 4 20 1
d2i_ASN1_ENUMERATED 1 5 38 3
i2d_ASN1_ENUMERATED 1 4 28 2
ASN1_ENUMERATED_new 1 4 17 1
ASN1_ENUMERATED_free 1 4 20 1
d2i_ASN1_BIT_STRING 1 5 38 3
i2d_ASN1_BIT_STRING 1 4 28 2
ASN1_BIT_STRING_new 1 4 17 1
ASN1_BIT_STRING_free 1 4 20 1
d2i_ASN1_OCTET_STRING 1 5 38 3
i2d_ASN1_OCTET_STRING 1 4 28 2
ASN1_OCTET_STRING_new 1 4 17 1
ASN1_OCTET_STRING_free 1 4 20 1
d2i_ASN1_NULL 1 5 38 3
i2d_ASN1_NULL 1 4 28 2
ASN1_NULL_new 1 4 17 1
ASN1_NULL_free 1 4 20 1
d2i_ASN1_UTF8STRING 1 5 38 3
i2d_ASN1_UTF8STRING 1 4 28 2
ASN1_UTF8STRING_new 1 4 17 1
ASN1_UTF8STRING_free 1 4 20 1
d2i_ASN1_PRINTABLESTRING 1 6 38 3
i2d_ASN1_PRINTABLESTRING 1 4 28 2
ASN1_PRINTABLESTRING_new 1 4 17 1
ASN1_PRINTABLESTRING_free 1 4 20 1
d2i_ASN1_T61STRING 1 5 38 3
i2d_ASN1_T61STRING 1 4 28 2
ASN1_T61STRING_new 1 4 17 1
ASN1_T61STRING_free 1 4 20 1
d2i_ASN1_IA5STRING 1 5 38 3
i2d_ASN1_IA5STRING 1 4 28 2
ASN1_IA5STRING_new 1 4 17 1
ASN1_IA5STRING_free 1 4 20 1
d2i_ASN1_GENERALSTRING 1 6 38 3
i2d_ASN1_GENERALSTRING 1 4 28 2
ASN1_GENERALSTRING_new 1 4 17 1
ASN1_GENERALSTRING_free 1 4 20 1
d2i_ASN1_UTCTIME 1 5 38 3
i2d_ASN1_UTCTIME 1 4 28 2
ASN1_UTCTIME_new 1 4 17 1
ASN1_UTCTIME_free 1 4 20 1
d2i_ASN1_GENERALIZEDTIME 1 6 38 3
i2d_ASN1_GENERALIZEDTIME 1 4 28 2
ASN1_GENERALIZEDTIME_new 1 4 17 1
ASN1_GENERALIZEDTIME_free 1 4 20 1
d2i_ASN1_VISIBLESTRING 1 6 38 3
i2d_ASN1_VISIBLESTRING 1 4 28 2
ASN1_VISIBLESTRING_new 1 4 17 1
ASN1_VISIBLESTRING_free 1 4 20 1
d2i_ASN1_UNIVERSALSTRING 1 6 38 3
i2d_ASN1_UNIVERSALSTRING 1 4 28 2
ASN1_UNIVERSALSTRING_new 1 4 17 1
ASN1_UNIVERSALSTRING_free 1 4 20 1
d2i_ASN1_BMPSTRING 1 5 38 3
i2d_ASN1_BMPSTRING 1 4 28 2
ASN1_BMPSTRING_new 1 4 17 1
ASN1_BMPSTRING_free 1 4 20 1
d2i_ASN1_TYPE 1 5 38 3
i2d_ASN1_TYPE 1 4 28 2
ASN1_TYPE_new 1 4 17 1
ASN1_TYPE_free 1 4 20 1
d2i_ASN1_PRINTABLE 1 5 38 3
i2d_ASN1_PRINTABLE 1 4 28 2
ASN1_PRINTABLE_new 1 4 17 1
ASN1_PRINTABLE_free 1 4 20 1
d2i_DISPLAYTEXT 1 5 38 3
i2d_DISPLAYTEXT 1 4 28 2
DISPLAYTEXT_new 1 4 17 1
DISPLAYTEXT_free 1 4 20 1
d2i_DIRECTORYSTRING 1 5 38 3
i2d_DIRECTORYSTRING 1 4 28 2
DIRECTORYSTRING_new 1 4 17 1
DIRECTORYSTRING_free 1 4 20 1
d2i_ASN1_SEQUENCE_ANY 1 5 38 3
i2d_ASN1_SEQUENCE_ANY 1 4 29 2
d2i_ASN1_SET_ANY 1 5 38 3
i2d_ASN1_SET_ANY 1 4 29 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_sig.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_SIG 1 5 38 3
i2d_X509_SIG 1 4 28 2
X509_SIG_new 1 4 17 1
X509_SIG_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/i2d_pu.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_PublicKey 4 14 85 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_val.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_VAL 1 5 38 3
i2d_X509_VAL 1 4 28 2
X509_VAL_new 1 4 17 1
X509_VAL_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/bio_ndef.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_new_NDEF 7 34 226 3
ndef_prefix 3 18 124 4
ndef_prefix_free 2 12 68 4
ndef_suffix_free 2 9 62 4
ndef_suffix 4 28 203 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_object.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_ASN1_OBJECT 4 16 114 2
a2d_ASN1_OBJECT 41 116 672 4
i2t_ASN1_OBJECT 1 4 27 3
i2a_ASN1_OBJECT 7 24 184 2
d2i_ASN1_OBJECT 4 25 132 3
c2i_ASN1_OBJECT 18 48 330 3
ASN1_OBJECT_new 2 16 79 1
ASN1_OBJECT_free 5 17 108 1
ASN1_OBJECT_create 1 13 77 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_bool.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_ASN1_BOOLEAN 2 13 83 2
d2i_ASN1_BOOLEAN 5 30 159 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_ndef_i2d 1 4 30 3
ASN1_item_i2d 1 4 30 3
asn1_item_flags_i2d 5 19 128 4
ASN1_item_ex_i2d 32 89 619 5
ASN1_template_i2d 1 5 33 3
asn1_template_ex_i2d 23 88 535 5
der_cmp 3 10 82 2
asn1_set_seq_out 11 50 380 6
asn1_i2d_ex_primitive 11 35 193 5
asn1_ex_i2c 43 98 507 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_time.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_ASN1_TIME 1 5 38 3
i2d_ASN1_TIME 1 4 28 2
ASN1_TIME_new 1 4 17 1
ASN1_TIME_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_mac.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_bitst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_BIT_STRING_name_print 4 17 102 4
ASN1_BIT_STRING_set_asc 4 13 64 4
ASN1_BIT_STRING_num_asc 4 10 62 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_octet.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_OCTET_STRING_dup 1 4 15 1
ASN1_OCTET_STRING_cmp 1 4 22 2
ASN1_OCTET_STRING_set 1 4 27 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_pubkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pubkey_cb 2 8 49 4
d2i_X509_PUBKEY 1 5 38 3
i2d_X509_PUBKEY 1 4 28 2
X509_PUBKEY_new 1 4 17 1
X509_PUBKEY_free 1 4 20 1
X509_PUBKEY_set 8 30 145 2
X509_PUBKEY_get 9 43 227 1
d2i_PUBKEY 4 17 84 3
i2d_PUBKEY 3 12 61 2
d2i_RSA_PUBKEY 4 20 101 3
i2d_RSA_PUBKEY 3 16 73 2
d2i_DSA_PUBKEY 4 20 101 3
i2d_DSA_PUBKEY 3 16 73 2
d2i_EC_PUBKEY 4 20 107 3
i2d_EC_PUBKEY 3 15 80 2
X509_PUBKEY_set0_param 3 14 100 6
X509_PUBKEY_get0_param 4 13 77 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_asn1_check_infinite_end 5 10 76 2
ASN1_check_infinite_end 1 4 26 2
ASN1_const_check_infinite_end 1 4 21 2
ASN1_get_object 13 53 309 5
asn1_get_length 10 36 197 4
ASN1_put_object 7 28 183 5
ASN1_put_eoc 1 8 37 1
asn1_put_length 4 20 114 2
ASN1_object_size 6 22 90 3
_asn1_Finish 8 15 116 1
asn1_Finish 1 4 18 1
asn1_const_Finish 1 4 14 1
asn1_GetSequence 6 24 184 2
ASN1_STRING_copy 3 10 60 2
ASN1_STRING_dup 4 14 58 1
ASN1_STRING_set 7 25 153 3
ASN1_STRING_set0 1 6 38 3
ASN1_STRING_new 1 4 14 1
ASN1_STRING_type_new 2 14 68 1
ASN1_STRING_free 4 8 49 1
ASN1_STRING_cmp 3 13 83 2
asn1_add_error 1 4 20 2
ASN1_STRING_length 1 4 16 1
ASN1_STRING_length_set 1 4 17 2
ASN1_STRING_type 1 4 15 1
ASN1_STRING_data 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn_mime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_ASN1_bio_stream 4 22 121 5
B64_write_ASN1 2 17 100 5
PEM_write_bio_ASN1_stream 1 9 68 6
b64_read_asn1 3 17 98 2
asn1_write_micalg 14 58 280 2
SMIME_write_ASN1 15 79 521 8
asn1_output_data 8 30 203 5
SMIME_read_ASN1 20 82 512 3
SMIME_crlf_copy 8 29 183 3
SMIME_text 7 28 175 2
multi_split 13 47 284 3
mime_parse_hdr 31 102 525 1
strip_ends 1 4 17 1
strip_start 5 14 73 1
strip_end 6 20 99 1
mime_hdr_new 9 31 194 2
mime_hdr_addparam 8 31 172 3
mime_hdr_cmp 3 6 75 2
mime_param_cmp 3 6 75 2
mime_hdr_find 2 10 54 2
mime_param_find 2 10 55 2
mime_hdr_free 2 8 42 1
mime_param_free 1 6 27 1
mime_bound_check 7 16 109 4
strip_eol 4 15 83 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_spki.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_NETSCAPE_SPKAC 1 5 38 3
i2d_NETSCAPE_SPKAC 1 4 28 2
NETSCAPE_SPKAC_new 1 4 17 1
NETSCAPE_SPKAC_free 1 4 20 1
d2i_NETSCAPE_SPKI 1 5 38 3
i2d_NETSCAPE_SPKI 1 4 28 2
NETSCAPE_SPKI_new 1 4 17 1
NETSCAPE_SPKI_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1t.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_spki.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NETSCAPE_SPKI_print 8 34 265 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/p5_pbev2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PBE2PARAM 1 5 38 3
i2d_PBE2PARAM 1 4 28 2
PBE2PARAM_new 1 4 17 1
PBE2PARAM_free 1 4 20 1
d2i_PBKDF2PARAM 1 5 38 3
i2d_PBKDF2PARAM 1 4 28 2
PBKDF2PARAM_new 1 4 17 1
PBKDF2PARAM_free 1 4 20 1
PKCS5_pbe2_set_iv 15 68 437 6
PKCS5_pbe2_set 1 5 37 4
PKCS5_pbkdf2_set 17 56 350 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/ameth_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ameth_cmp 1 5 35 2
ameth_cmp_BSEARCH_CMP_FN 1 6 40 2
OBJ_bsearch_ameth 1 5 45 3
EVP_PKEY_asn1_get_count 2 7 34 1
EVP_PKEY_asn1_get0 3 10 54 1
pkey_asn1_find 5 17 97 1
EVP_PKEY_asn1_find 6 20 96 2
EVP_PKEY_asn1_find_str 9 28 164 3
EVP_PKEY_asn1_add0 4 12 53 1
EVP_PKEY_asn1_add_alias 3 13 62 2
EVP_PKEY_asn1_get0_info 7 18 97 6
EVP_PKEY_get0_asn1 1 4 13 1
EVP_PKEY_asn1_new 6 47 267 4
EVP_PKEY_asn1_copy 1 24 181 2
EVP_PKEY_asn1_free 3 8 41 1
EVP_PKEY_asn1_set_public 1 16 139 7
EVP_PKEY_asn1_set_private 1 10 80 4
EVP_PKEY_asn1_set_param 1 16 149 7
EVP_PKEY_asn1_set_free 1 5 25 2
EVP_PKEY_asn1_set_ctrl 1 5 35 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_utl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asn1_get_choice_selector 1 5 31 2
asn1_set_choice_selector 1 8 47 3
asn1_do_lock 6 18 115 3
asn1_get_enc_ptr 5 10 64 2
asn1_enc_init 2 10 50 2
asn1_enc_free 2 11 57 2
asn1_enc_save 3 16 95 4
asn1_enc_restore 5 15 88 4
asn1_get_field_ptr 2 8 43 2
asn1_do_adb 9 31 195 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/nsseq.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nsseq_cb 2 9 53 4
d2i_NETSCAPE_CERT_SEQUENCE 1 5 38 3
i2d_NETSCAPE_CERT_SEQUENCE 1 4 28 2
NETSCAPE_CERT_SEQUENCE_new 1 4 17 1
NETSCAPE_CERT_SEQUENCE_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_dup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_dup 3 21 124 3
ASN1_item_dup 3 18 102 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/tasn_fre.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_free 1 4 23 2
ASN1_item_ex_free 1 4 22 2
asn1_item_combine_free 27 74 437 3
ASN1_template_free 3 17 112 2
ASN1_primitive_free 15 48 236 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/bio_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_asn1 1 4 12 1
asn1_bio_new 3 15 75 1
asn1_bio_init 2 17 93 2
asn1_bio_free 2 13 64 1
asn1_bio_write 22 76 419 3
asn1_bio_flush_ex 6 25 133 4
asn1_bio_setup_ex 4 13 81 5
asn1_bio_read 2 6 37 3
asn1_bio_puts 1 4 26 2
asn1_bio_gets 2 6 37 3
asn1_bio_callback_ctrl 2 6 40 3
asn1_bio_ctrl 16 63 325 4
asn1_bio_set_ex 1 8 47 4
asn1_bio_get_ex 2 12 64 4
BIO_asn1_set_prefix 1 4 28 3
BIO_asn1_get_prefix 1 4 28 3
BIO_asn1_set_suffix 1 4 28 3
BIO_asn1_get_suffix 1 4 28 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_strex.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
send_bio_chars 3 8 43 3
send_fp_chars 3 8 51 3
do_esc_char 19 53 336 5
do_buf 19 67 411 7
do_hex_dump 4 18 119 4
do_dump 6 27 187 4
do_print_ex 22 59 372 4
do_indent 3 8 49 3
do_name_ex 28 124 660 5
X509_NAME_print_ex 2 6 49 4
X509_NAME_print_ex_fp 3 14 85 4
ASN1_STRING_print_ex 1 4 28 3
ASN1_STRING_print_ex_fp 1 4 28 3
ASN1_STRING_to_UTF8 6 22 137 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn_moid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
oid_module_init 4 20 117 2
oid_module_finish 1 4 12 1
ASN1_add_oid_module 1 4 15 1
do_create 10 41 228 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn_pack.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_seq_unpack 2 11 76 4
ASN1_seq_pack 5 23 130 4
ASN1_unpack_string 2 9 55 2
ASN1_pack_string 10 32 170 3
ASN1_item_pack 9 28 152 3
ASN1_item_unpack 2 9 58 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/d2i_pr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PrivateKey 13 42 243 4
d2i_AutoPrivateKey 6 31 178 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SetBlobCmp 3 11 88 2
i2d_ASN1_SET 11 53 413 6
d2i_ASN1_SET 18 58 409 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/n_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_NETSCAPE_ENCRYPTED_PKEY 1 5 38 3
i2d_NETSCAPE_ENCRYPTED_PKEY 1 4 29 2
NETSCAPE_ENCRYPTED_PKEY_new 1 4 17 1
NETSCAPE_ENCRYPTED_PKEY_free 1 4 20 1
d2i_NETSCAPE_PKEY 1 5 38 3
i2d_NETSCAPE_PKEY 1 4 29 2
NETSCAPE_PKEY_new 1 4 17 1
NETSCAPE_PKEY_free 1 4 20 1
i2d_Netscape_RSA 1 5 48 3
i2d_RSA_NET 18 85 660 4
d2i_Netscape_RSA 1 5 53 4
d2i_RSA_NET 7 31 203 5
d2i_RSA_NET_2 10 49 389 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_i2d_fp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_i2d_fp 2 13 80 3
ASN1_i2d_bio 5 27 154 3
ASN1_item_i2d_fp 2 13 81 3
ASN1_item_i2d_bio 5 23 131 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_crl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
crl_inf_cb 4 12 70 4
crl_set_issuers 14 54 308 1
crl_cb 20 73 446 4
setup_idp 9 31 189 2
d2i_X509_REVOKED 1 5 38 3
i2d_X509_REVOKED 1 4 28 2
X509_REVOKED_new 1 4 17 1
X509_REVOKED_free 1 4 20 1
d2i_X509_CRL_INFO 1 5 38 3
i2d_X509_CRL_INFO 1 4 28 2
X509_CRL_INFO_new 1 4 17 1
X509_CRL_INFO_free 1 4 20 1
d2i_X509_CRL 1 5 38 3
i2d_X509_CRL 1 4 28 2
X509_CRL_new 1 4 17 1
X509_CRL_free 1 4 20 1
X509_CRL_dup 1 4 17 1
X509_REVOKED_cmp 1 6 46 2
X509_CRL_add0_revoked 4 13 76 2
X509_CRL_verify 2 6 35 2
X509_CRL_get0_by_serial 2 7 43 3
X509_CRL_get0_by_cert 2 7 49 3
def_crl_verify 1 5 35 2
crl_revoked_issuer_match 8 21 130 3
def_crl_lookup 8 28 176 4
X509_CRL_set_default_method 2 7 25 1
X509_CRL_METHOD_new 2 17 119 4
X509_CRL_METHOD_free 2 6 26 1
X509_CRL_set_meth_data 1 4 18 2
X509_CRL_get_meth_data 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_utf8.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
UTF8_getc 23 58 440 3
UTF8_putc 14 44 359 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/asn1_gen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_generate_nconf 2 8 45 2
ASN1_generate_v3 19 85 562 2
asn1_cb 27 84 506 3
parse_tagging 12 42 183 4
asn1_multi 14 48 290 3
append_exp 5 26 153 6
asn1_str2tag 5 64 449 2
asn1_str2type 46 151 754 3
bitstr_cb 7 19 102 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_crl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_CRL_print_fp 2 13 74 2
X509_CRL_print 7 49 347 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_req.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rinf_cb 3 10 60 4
d2i_X509_REQ_INFO 1 5 38 3
i2d_X509_REQ_INFO 1 4 28 2
X509_REQ_INFO_new 1 4 17 1
X509_REQ_INFO_free 1 4 20 1
d2i_X509_REQ 1 5 38 3
i2d_X509_REQ 1 4 28 2
X509_REQ_new 1 4 17 1
X509_REQ_free 1 4 20 1
X509_REQ_dup 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_bignum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_new 2 8 36 2
bn_free 2 7 37 2
bn_i2c 5 19 107 4
bn_c2i 4 15 92 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/f_string.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2a_ASN1_STRING 9 29 218 3
a2i_ASN1_STRING 28 87 568 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/f_enum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2a_ASN1_ENUMERATED 9 29 215 2
a2i_ASN1_ENUMERATED 30 90 599 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_verify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_verify 15 70 395 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_type.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_TYPE_get 3 7 41 1
ASN1_TYPE_set 4 12 78 3
ASN1_TYPE_set1 6 20 119 3
ASN1_TYPE_cmp 27 42 188 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_x509a.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_CERT_AUX 1 5 38 3
i2d_X509_CERT_AUX 1 4 28 2
X509_CERT_AUX_new 1 4 17 1
X509_CERT_AUX_free 1 4 20 1
aux_get 3 8 42 1
X509_alias_set1 7 16 115 3
X509_keyid_set1 7 16 115 3
X509_alias_get0 4 8 53 2
X509_keyid_get0 4 8 53 2
X509_add1_trust_object 5 18 104 2
X509_add1_reject_object 5 18 104 2
X509_trust_clear 3 7 41 1
X509_reject_clear 3 7 41 1
d2i_X509_CERT_PAIR 1 5 38 3
i2d_X509_CERT_PAIR 1 4 28 2
X509_CERT_PAIR_new 1 4 17 1
X509_CERT_PAIR_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_exten.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_EXTENSION 1 5 38 3
i2d_X509_EXTENSION 1 4 28 2
X509_EXTENSION_new 1 4 17 1
X509_EXTENSION_free 1 4 20 1
d2i_X509_EXTENSIONS 1 5 38 3
i2d_X509_EXTENSIONS 1 4 28 2
X509_EXTENSION_dup 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_algor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_ALGOR 1 5 38 3
i2d_X509_ALGOR 1 4 28 2
X509_ALGOR_new 1 4 17 1
X509_ALGOR_free 1 4 20 1
d2i_X509_ALGORS 1 5 38 3
i2d_X509_ALGORS 1 4 28 2
X509_ALGOR_dup 1 4 17 1
X509_ALGOR_set0 10 26 140 4
X509_ALGOR_get0 5 15 79 4
X509_ALGOR_set_md 2 9 50 2
X509_ALGOR_cmp 4 11 70 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_nx509.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_NETSCAPE_X509 1 5 38 3
i2d_NETSCAPE_X509 1 4 28 2
NETSCAPE_X509_new 1 4 17 1
NETSCAPE_X509_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_attrib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_ATTRIBUTE 1 5 38 3
i2d_X509_ATTRIBUTE 1 4 28 2
X509_ATTRIBUTE_new 1 4 17 1
X509_ATTRIBUTE_free 1 4 20 1
X509_ATTRIBUTE_dup 1 4 17 1
X509_ATTRIBUTE_create 7 23 152 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_sign 2 11 88 7
ASN1_item_sign_ctx 18 73 454 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/charmap.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_digest.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_item_digest 3 13 91 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/p8_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_cb 5 12 91 4
d2i_PKCS8_PRIV_KEY_INFO 1 5 38 3
i2d_PKCS8_PRIV_KEY_INFO 1 4 28 2
PKCS8_PRIV_KEY_INFO_new 1 4 17 1
PKCS8_PRIV_KEY_INFO_free 1 4 20 1
PKCS8_pkey_set0 8 30 167 7
PKCS8_pkey_get0 7 23 158 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_bytes.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_ASN1_type_bytes 13 53 319 4
i2d_ASN1_bytes 6 23 157 4
d2i_ASN1_bytes 16 71 422 5
asn1_collate_primitive 10 51 327 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/i2d_pr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_PrivateKey 5 14 91 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_bn_print 18 45 339 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/t_req.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_REQ_print_fp 2 13 74 2
X509_REQ_print_ex 47 156 1024 4
X509_REQ_print 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/f_int.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2a_ASN1_INTEGER 11 34 245 2
a2i_ASN1_INTEGER 30 89 600 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_mbstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_mbstring_copy 1 5 42 5
ASN1_mbstring_ncopy 33 141 699 7
traverse_string 11 43 225 5
in_utf8 1 7 29 2
out_utf8 2 11 52 2
type_str 10 17 124 2
cpy_asc 1 9 43 2
cpy_bmp 1 10 57 2
cpy_univ 1 12 83 2
cpy_utf8 1 9 44 2
is_printable 10 16 99 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/x_x509.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_X509_CINF 1 5 38 3
i2d_X509_CINF 1 4 28 2
X509_CINF_new 1 4 17 1
X509_CINF_free 1 4 20 1
x509_cb 4 34 214 4
d2i_X509 1 5 38 3
i2d_X509 1 4 28 2
X509_new 1 4 17 1
X509_free 1 4 20 1
X509_dup 1 4 17 1
X509_get_ex_new_index 1 6 39 5
X509_set_ex_data 1 4 30 3
X509_get_ex_data 1 4 24 2
d2i_X509_AUX 5 22 116 3
i2d_X509_AUX 2 8 43 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_bitstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_BIT_STRING_set 1 4 26 3
i2c_ASN1_BIT_STRING 16 50 294 2
c2i_ASN1_BIT_STRING 11 45 287 3
ASN1_BIT_STRING_set_bit 10 30 248 3
ASN1_BIT_STRING_get_bit 4 9 86 2
ASN1_BIT_STRING_check 6 12 90 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/asn1/a_int.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ASN1_INTEGER_dup 1 4 15 1
ASN1_INTEGER_cmp 4 16 74 2
i2c_ASN1_INTEGER 16 55 349 2
c2i_ASN1_INTEGER 18 66 404 3
d2i_ASN1_UINTEGER 13 50 290 3
ASN1_INTEGER_set 7 32 213 2
ASN1_INTEGER_get 8 24 139 1
BN_to_ASN1_INTEGER 9 37 213 2
ASN1_INTEGER_to_BN 3 9 64 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_cpols.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_CERTIFICATEPOLICIES 1 5 38 3
i2d_CERTIFICATEPOLICIES 1 4 28 2
CERTIFICATEPOLICIES_new 1 4 17 1
CERTIFICATEPOLICIES_free 1 4 20 1
d2i_POLICYINFO 1 5 38 3
i2d_POLICYINFO 1 4 28 2
POLICYINFO_new 1 4 17 1
POLICYINFO_free 1 4 20 1
d2i_POLICYQUALINFO 1 5 38 3
i2d_POLICYQUALINFO 1 4 28 2
POLICYQUALINFO_new 1 4 17 1
POLICYQUALINFO_free 1 4 20 1
d2i_USERNOTICE 1 5 38 3
i2d_USERNOTICE 1 4 28 2
USERNOTICE_new 1 4 17 1
USERNOTICE_free 1 4 20 1
d2i_NOTICEREF 1 5 38 3
i2d_NOTICEREF 1 4 28 2
NOTICEREF_new 1 4 17 1
NOTICEREF_free 1 4 20 1
r2i_certpol 12 66 353 3
policy_section 20 79 489 3
notice_section 23 78 478 3
nref_nos 4 21 117 2
i2r_certpol 3 15 105 4
print_qualifiers 4 24 151 3
print_notice 6 26 178 3
X509_POLICY_NODE_print 3 13 106 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_ia5.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2s_ASN1_IA5STRING 4 13 80 2
s2i_ASN1_IA5STRING 4 19 96 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_utl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509V3_add_value 6 26 169 3
X509V3_add_value_uchar 1 5 37 3
X509V3_conf_free 2 9 41 1
X509V3_add_value_bool 2 7 43 3
X509V3_add_value_bool_nf 2 7 35 3
i2s_ASN1_ENUMERATED 4 12 69 2
i2s_ASN1_INTEGER 4 12 69 2
s2i_ASN1_INTEGER 13 42 223 2
X509V3_add_value_int 3 13 71 3
X509V3_get_value_bool 14 21 166 2
X509V3_get_value_int 2 10 50 2
X509V3_parse_list 16 74 376 1
strip_spaces 8 17 103 1
hex_to_string 5 21 147 2
string_to_hex 15 48 284 2
name_cmp 4 12 71 2
sk_strcmp 1 4 28 2
X509_get1_email 1 9 54 1
X509_get1_ocsp 6 21 126 1
X509_REQ_get1_email 1 12 75 1
get_email 6 24 148 2
str_free 1 4 12 1
append_ia5 9 21 136 2
X509_email_free 1 4 18 1
skip_prefix 7 19 104 5
equal_nocase 4 13 96 5
equal_case 4 13 96 5
equal_email 7 19 122 5
wildcard_match 23 37 281 7
valid_star 34 54 421 3
equal_wildcard 4 13 111 5
do_check_string 13 31 252 7
do_x509_check 21 74 435 6
X509_check_host 3 9 65 5
X509_check_email 3 9 61 4
X509_check_ip 2 7 51 4
X509_check_ip_asc 3 11 79 3
a2i_IPADDRESS 4 17 79 1
a2i_IPADDRESS_NC 9 34 188 1
a2i_ipadd 4 12 60 2
ipv4_from_asc 10 14 133 2
ipv6_from_asc 15 42 281 2
ipv6_cb 10 28 167 3
ipv6_hex 9 22 146 3
X509V3_NAME_from_section 10 29 184 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/ext_dat.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_crld.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gnames_from_sectname 4 19 103 2
set_dist_point_name 12 55 328 3
set_reasons 10 34 192 2
print_reasons 5 20 124 4
crldp_from_section 9 32 186 2
v2i_crld 13 56 329 3
dpn_cb 4 14 69 4
d2i_DIST_POINT_NAME 1 5 38 3
i2d_DIST_POINT_NAME 1 4 28 2
DIST_POINT_NAME_new 1 4 17 1
DIST_POINT_NAME_free 1 4 20 1
d2i_DIST_POINT 1 5 38 3
i2d_DIST_POINT 1 4 28 2
DIST_POINT_new 1 4 17 1
DIST_POINT_free 1 4 20 1
d2i_CRL_DIST_POINTS 1 5 38 3
i2d_CRL_DIST_POINTS 1 4 28 2
CRL_DIST_POINTS_new 1 4 17 1
CRL_DIST_POINTS_free 1 4 20 1
d2i_ISSUING_DIST_POINT 1 5 38 3
i2d_ISSUING_DIST_POINT 1 4 28 2
ISSUING_DIST_POINT_new 1 4 17 1
ISSUING_DIST_POINT_free 1 4 20 1
v2i_idp 15 51 306 3
print_gens 2 10 74 3
print_distpoint 2 15 104 3
i2r_idp 13 22 196 4
i2r_crldp 5 20 139 4
DIST_POINT_set_dpname 8 26 169 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509V3_EXT_val_prn 11 26 190 4
X509V3_EXT_print 11 45 325 4
X509V3_extensions_print 10 30 221 5
unknown_ext_print 6 22 127 5
X509V3_EXT_print_fp 2 10 63 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_X509V3_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_sxnet.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_SXNETID 1 5 38 3
i2d_SXNETID 1 4 28 2
SXNETID_new 1 4 17 1
SXNETID_free 1 4 20 1
d2i_SXNET 1 5 38 3
i2d_SXNET 1 4 28 2
SXNET_new 1 4 17 1
SXNET_free 1 4 20 1
sxnet_i2r 2 17 131 4
sxnet_v2i 3 13 85 3
SXNET_add_id_asc 2 9 61 4
SXNET_add_id_ulong 3 11 71 4
SXNET_add_id_INTEGER 14 43 243 4
SXNET_get_id_asc 2 12 63 2
SXNET_get_id_ulong 3 14 73 2
SXNET_get_id_INTEGER 3 11 70 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_pci.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2r_pci 4 17 127 4
process_pci_value 25 134 856 4
r2i_pci 16 74 411 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2s_ASN1_OCTET_STRING 1 4 24 2
s2i_ASN1_OCTET_STRING 3 15 80 3
s2i_skey_id 12 38 226 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_genn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_OTHERNAME 1 5 38 3
i2d_OTHERNAME 1 4 28 2
OTHERNAME_new 1 4 17 1
OTHERNAME_free 1 4 20 1
d2i_EDIPARTYNAME 1 5 38 3
i2d_EDIPARTYNAME 1 4 28 2
EDIPARTYNAME_new 1 4 17 1
EDIPARTYNAME_free 1 4 20 1
d2i_GENERAL_NAME 1 5 38 3
i2d_GENERAL_NAME 1 4 28 2
GENERAL_NAME_new 1 4 17 1
GENERAL_NAME_free 1 4 20 1
d2i_GENERAL_NAMES 1 5 38 3
i2d_GENERAL_NAMES 1 4 28 2
GENERAL_NAMES_new 1 4 17 1
GENERAL_NAMES_free 1 4 20 1
GENERAL_NAME_dup 1 4 17 1
GENERAL_NAME_cmp 13 30 190 2
OTHERNAME_cmp 4 10 68 2
GENERAL_NAME_set0_value 10 27 114 3
GENERAL_NAME_get0_value 11 24 105 2
GENERAL_NAME_set0_othername 2 12 58 3
GENERAL_NAME_get0_otherName 4 11 60 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_tree.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expected_print 5 20 129 4
tree_print 6 28 209 3
tree_init 34 106 632 3
tree_link_matching_nodes 7 19 136 2
tree_link_nodes 3 11 67 2
tree_add_unmatched 4 17 112 5
tree_link_unmatched 9 25 178 4
tree_link_any 5 18 114 3
tree_prune 12 41 253 2
tree_add_auth_node 5 12 73 2
tree_calculate_authority_set 9 31 198 2
tree_calculate_user_set 11 44 269 3
tree_evaluate 6 19 124 1
exnode_free 3 5 29 1
X509_policy_tree_free 6 22 126 1
X509_policy_check 18 61 294 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_pcia.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PROXY_POLICY 1 5 38 3
i2d_PROXY_POLICY 1 4 28 2
PROXY_POLICY_new 1 4 17 1
PROXY_POLICY_free 1 4 20 1
d2i_PROXY_CERT_INFO_EXTENSION 1 5 38 3
i2d_PROXY_CERT_INFO_EXTENSION 1 4 28 2
PROXY_CERT_INFO_EXTENSION_new 1 4 17 1
PROXY_CERT_INFO_EXTENSION_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_conf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509V3_EXT_nconf 3 15 106 4
X509V3_EXT_nconf_nid 2 10 76 4
do_ext_nconf 14 52 321 5
do_ext_i2d 6 35 190 4
X509V3_EXT_i2d 2 9 53 3
v3_check_critical 4 10 65 1
v3_check_generic 6 17 110 1
v3_generic_extension 6 40 225 5
generic_asn1 2 11 64 3
X509V3_EXT_add_nconf_sk 5 19 132 4
X509V3_EXT_add_nconf 2 7 54 4
X509V3_EXT_CRL_add_nconf 2 8 54 4
X509V3_EXT_REQ_add_nconf 4 14 89 4
X509V3_get_string 5 10 72 3
X509V3_get_section 5 10 66 2
X509V3_string_free 3 7 40 2
X509V3_section_free 3 7 43 2
nconf_get_string 1 4 26 3
nconf_get_section 1 4 20 2
X509V3_set_nconf 1 5 25 2
X509V3_set_ctx 1 9 57 6
X509V3_EXT_conf 1 7 47 4
X509V3_EXT_conf_nid 1 7 46 4
conf_lhash_get_string 1 4 26 3
conf_lhash_get_section 1 4 20 2
X509V3_set_conf_lhash 1 5 28 2
X509V3_EXT_add_conf 1 7 47 4
X509V3_EXT_CRL_add_conf 1 7 47 4
X509V3_EXT_REQ_add_conf 1 7 47 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509_policy_tree_level_count 2 6 22 1
X509_policy_tree_get0_level 4 6 41 2
X509_policy_tree_get0_policies 2 6 22 1
X509_policy_tree_get0_user_policies 3 9 36 1
X509_policy_level_node_count 4 13 52 1
X509_policy_level_get0_node 4 11 51 2
X509_policy_node_get0_policy 2 6 24 1
X509_policy_node_get0_qualifiers 2 6 24 1
X509_policy_node_get0_parent 2 6 22 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_int.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_akey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2v_AUTHORITY_KEYID 4 19 125 3
v2i_AUTHORITY_KEYID 26 80 495 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_extku.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_EXTENDED_KEY_USAGE 1 5 38 3
i2d_EXTENDED_KEY_USAGE 1 4 28 2
EXTENDED_KEY_USAGE_new 1 4 17 1
EXTENDED_KEY_USAGE_free 1 4 20 1
i2v_EXTENDED_KEY_USAGE 2 14 88 3
v2i_EXTENDED_KEY_USAGE 6 33 178 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_int.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
s2i_asn1_int 1 4 24 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_purp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xp_cmp 1 4 33 2
X509_check_purpose 4 17 97 3
X509_PURPOSE_set 2 9 39 2
X509_PURPOSE_get_count 2 6 22 1
X509_PURPOSE_get0 3 8 40 1
X509_PURPOSE_get_by_sname 3 11 58 1
X509_PURPOSE_get_by_id 5 14 73 1
X509_PURPOSE_add 12 55 328 7
xptable_free 4 12 54 1
X509_PURPOSE_cleanup 2 8 41 1
X509_PURPOSE_get_id 1 4 13 1
X509_PURPOSE_get0_name 1 4 13 1
X509_PURPOSE_get0_sname 1 4 13 1
X509_PURPOSE_get_trust 1 4 13 1
nid_cmp 1 4 21 2
nid_cmp_BSEARCH_CMP_FN 1 6 36 2
OBJ_bsearch_nid 1 5 37 3
X509_supported_extension 3 23 85 1
setup_dp 9 25 186 2
setup_crldp 2 7 58 1
x509v3_cache_extensions 39 128 810 1
check_ca 8 20 97 1
X509_check_ca 2 9 42 1
check_ssl_ca 4 11 46 1
check_purpose_ssl_client 5 12 66 3
check_purpose_ssl_server 5 12 70 3
check_purpose_ns_ssl_server 4 10 56 3
purpose_smime 9 23 105 2
check_purpose_smime_sign 4 10 56 3
check_purpose_smime_encrypt 4 10 54 3
check_purpose_crl_sign 4 13 61 3
ocsp_helper 2 6 30 3
check_purpose_timestamp_sign 9 19 143 3
no_check 1 4 20 3
X509_check_issued 7 19 107 2
X509_check_akid 12 28 163 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_data.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
policy_data_free 2 9 49 1
policy_data_new 10 38 196 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_node.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
node_cmp 1 4 40 2
policy_node_cmp_new 1 4 12 1
tree_find_sk 2 12 70 2
level_find_node 4 14 87 3
level_add_node 17 49 253 5
policy_node_free 1 4 13 1
policy_node_match 6 19 121 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_info.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_ACCESS_DESCRIPTION 1 5 38 3
i2d_ACCESS_DESCRIPTION 1 4 28 2
ACCESS_DESCRIPTION_new 1 4 17 1
ACCESS_DESCRIPTION_free 1 4 20 1
d2i_AUTHORITY_INFO_ACCESS 1 5 38 3
i2d_AUTHORITY_INFO_ACCESS 1 4 28 2
AUTHORITY_INFO_ACCESS_new 1 4 17 1
AUTHORITY_INFO_ACCESS_free 1 4 20 1
i2v_AUTHORITY_INFO_ACCESS 5 30 202 3
v2i_AUTHORITY_INFO_ACCESS 9 52 312 3
i2a_ACCESS_DESCRIPTION 1 5 24 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_bitst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2v_ASN1_BIT_STRING 3 10 66 3
v2i_ASN1_BIT_STRING 8 34 188 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_pku.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PKEY_USAGE_PERIOD 1 5 38 3
i2d_PKEY_USAGE_PERIOD 1 4 28 2
PKEY_USAGE_PERIOD_new 1 4 17 1
PKEY_USAGE_PERIOD_free 1 4 20 1
i2r_PKEY_USAGE_PERIOD 4 16 100 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_bcons.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_BASIC_CONSTRAINTS 1 5 38 3
i2d_BASIC_CONSTRAINTS 1 4 28 2
BASIC_CONSTRAINTS_new 1 4 17 1
BASIC_CONSTRAINTS_free 1 4 20 1
i2v_BASIC_CONSTRAINTS 1 7 46 3
v2i_BASIC_CONSTRAINTS 7 29 170 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_enum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2s_ASN1_ENUMERATED_TABLE 3 11 67 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
X509V3_EXT_add 3 12 56 1
ext_cmp 1 4 35 2
ext_cmp_BSEARCH_CMP_FN 1 6 40 2
OBJ_bsearch_ext 1 5 45 3
X509V3_EXT_get_nid 5 18 97 1
X509V3_EXT_get 2 7 35 1
X509V3_EXT_add_list 3 7 35 1
X509V3_EXT_add_alias 3 17 90 2
X509V3_EXT_cleanup 1 5 17 1
ext_list_free 2 5 21 1
X509V3_add_standard_extensions 1 4 9 1
X509V3_EXT_d2i 3 12 84 1
X509V3_get_d2i 15 43 220 4
X509V3_add1_i2d 15 50 278 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/x509v3.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_akeya.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_AUTHORITY_KEYID 1 5 38 3
i2d_AUTHORITY_KEYID 1 4 28 2
AUTHORITY_KEYID_new 1 4 17 1
AUTHORITY_KEYID_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_cache.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
policy_cache_create 12 43 259 3
policy_cache_new 20 66 370 1
policy_cache_free 4 10 48 1
policy_cache_set 2 9 38 1
policy_cache_find_data 2 10 62 2
policy_data_cmp 1 5 36 2
policy_cache_set_int 3 9 43 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_pcons.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
POLICY_CONSTRAINTS_new 1 4 17 1
POLICY_CONSTRAINTS_free 1 4 20 1
i2v_POLICY_CONSTRAINTS 1 10 53 3
v2i_POLICY_CONSTRAINTS 9 33 193 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_alt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2v_GENERAL_NAMES 3 13 77 3
i2v_GENERAL_NAME 14 57 395 3
GENERAL_NAME_print 13 51 311 2
v2i_issuer_alt 9 31 189 3
copy_issuer 10 32 181 2
v2i_subject_alt 13 35 229 3
copy_email 12 46 253 3
v2i_GENERAL_NAMES 5 25 140 3
v2i_GENERAL_NAME 1 5 31 3
a2i_GENERAL_NAME 20 77 358 6
v2i_GENERAL_NAME_ex 9 32 199 5
do_othername 6 23 179 3
do_dirname 4 21 119 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/pcy_map.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
policy_cache_set_mapping 12 48 276 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_pmaps.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
POLICY_MAPPING_new 1 4 17 1
POLICY_MAPPING_free 1 4 20 1
i2v_POLICY_MAPPINGS 2 16 107 3
v2i_POLICY_MAPPINGS 10 49 268 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_ncons.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
GENERAL_SUBTREE_new 1 4 17 1
GENERAL_SUBTREE_free 1 4 20 1
NAME_CONSTRAINTS_new 1 4 17 1
NAME_CONSTRAINTS_free 1 4 20 1
v2i_NAME_CONSTRAINTS 11 41 279 3
i2r_NAME_CONSTRAINTS 1 9 59 4
do_i2r_name_constraints 4 18 139 5
print_nc_ipadd 6 23 182 2
NAME_CONSTRAINTS_check 9 36 224 2
nc_match 16 36 232 2
nc_match_single 5 16 101 2
nc_dn 7 12 84 2
nc_dns 6 15 102 2
nc_email 11 30 196 2
nc_uri 12 31 213 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/x509v3/v3_ocsp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2r_ocsp_crlid 13 31 210 4
i2r_ocsp_acutoff 3 9 54 4
i2r_object 3 8 55 4
ocsp_nonce_new 1 4 11 1
i2d_ocsp_nonce 2 9 51 2
d2i_ocsp_nonce 8 22 124 3
ocsp_nonce_free 1 4 13 1
i2r_ocsp_nonce 3 9 57 4
i2r_ocsp_nocheck 1 5 23 4
s2i_ocsp_nocheck 1 5 23 3
i2r_ocsp_serviceloc 8 24 178 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_rsp_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_RESP_print_bio 2 13 74 2
TS_STATUS_INFO_print_bio 8 73 298 2
TS_status_map_print 4 12 77 3
TS_TST_INFO_print_bio 8 58 368 2
TS_ACCURACY_print_bio 4 22 130 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_TS_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_ASN1_INTEGER_print_bio 3 15 98 2
TS_OBJ_print_bio 2 10 75 2
TS_ext_print_bio 4 21 149 2
TS_X509_ALGOR_print_bio 2 6 44 2
TS_MSG_IMPRINT_print_bio 1 10 65 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_verify_ctx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_VERIFY_CTX_new 2 7 33 1
TS_VERIFY_CTX_init 1 4 20 1
TS_VERIFY_CTX_free 2 7 25 1
TS_VERIFY_CTX_cleanup 2 14 78 1
TS_REQ_to_TS_VERIFY_CTX 10 40 258 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_rsp_utils.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_RESP_set_status_info 3 14 66 2
TS_RESP_get_status_info 1 4 13 1
TS_RESP_set_tst_info 1 7 42 3
TS_RESP_get_token 1 4 13 1
TS_RESP_get_tst_info 1 4 13 1
TS_TST_INFO_set_version 1 4 21 2
TS_TST_INFO_get_version 1 4 17 1
TS_TST_INFO_set_policy_id 3 14 66 2
TS_TST_INFO_get_policy_id 1 4 13 1
TS_TST_INFO_set_msg_imprint 3 14 66 2
TS_TST_INFO_get_msg_imprint 1 4 13 1
TS_TST_INFO_set_serial 3 14 67 2
TS_TST_INFO_get_serial 1 4 14 1
TS_TST_INFO_set_time 3 14 67 2
TS_TST_INFO_get_time 1 4 14 1
TS_TST_INFO_set_accuracy 3 14 66 2
TS_TST_INFO_get_accuracy 1 4 13 1
TS_ACCURACY_set_seconds 3 14 67 2
TS_ACCURACY_get_seconds 1 4 14 1
TS_ACCURACY_set_millis 4 16 77 2
TS_ACCURACY_get_millis 1 4 14 1
TS_ACCURACY_set_micros 4 16 77 2
TS_ACCURACY_get_micros 1 4 14 1
TS_TST_INFO_set_ordering 2 5 24 2
TS_TST_INFO_get_ordering 2 4 18 1
TS_TST_INFO_set_nonce 3 14 67 2
TS_TST_INFO_get_nonce 1 4 14 1
TS_TST_INFO_set_tsa 3 14 66 2
TS_TST_INFO_get_tsa 1 4 13 1
TS_TST_INFO_get_exts 1 4 13 1
TS_TST_INFO_ext_free 2 7 30 1
TS_TST_INFO_get_ext_count 1 4 16 1
TS_TST_INFO_get_ext_by_NID 1 4 26 3
TS_TST_INFO_get_ext_by_OBJ 1 4 27 3
TS_TST_INFO_get_ext_by_critical 1 4 26 3
TS_TST_INFO_get_ext 1 4 21 2
TS_TST_INFO_delete_ext 1 4 21 2
TS_TST_INFO_add_ext 1 4 30 3
TS_TST_INFO_get_ext_d2i 1 4 33 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_req_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_REQ_print_bio 5 28 167 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_rsp_verify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_RESP_verify_signature 13 56 343 4
TS_verify_cert 4 29 153 4
TS_check_signing_certs 7 27 160 2
ESS_get_signing_cert 3 13 73 1
TS_find_cert 8 18 137 2
TS_issuer_serial_cmp 7 13 93 2
TS_RESP_verify_response 3 13 70 2
TS_RESP_verify_token 2 10 51 2
int_TS_RESP_verify_token 19 49 318 3
TS_check_status_info 12 43 243 1
TS_get_status_text 5 23 159 1
TS_check_policy 2 9 45 2
TS_compute_imprint 9 41 258 5
TS_check_imprints 9 22 145 4
TS_check_nonces 3 13 62 2
TS_check_signer_name 6 22 138 2
TS_find_name 4 10 77 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_req_utils.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_REQ_set_version 1 4 21 2
TS_REQ_get_version 1 4 17 1
TS_REQ_set_msg_imprint 3 14 66 2
TS_REQ_get_msg_imprint 1 4 13 1
TS_MSG_IMPRINT_set_algo 3 14 66 2
TS_MSG_IMPRINT_get_algo 1 4 13 1
TS_MSG_IMPRINT_set_msg 1 4 28 3
TS_MSG_IMPRINT_get_msg 1 4 13 1
TS_REQ_set_policy_id 3 14 66 2
TS_REQ_get_policy_id 1 4 13 1
TS_REQ_set_nonce 3 14 67 2
TS_REQ_get_nonce 1 4 14 1
TS_REQ_set_cert_req 2 5 24 2
TS_REQ_get_cert_req 2 4 18 1
TS_REQ_get_exts 1 4 13 1
TS_REQ_ext_free 2 7 30 1
TS_REQ_get_ext_count 1 4 16 1
TS_REQ_get_ext_by_NID 1 4 26 3
TS_REQ_get_ext_by_OBJ 1 4 27 3
TS_REQ_get_ext_by_critical 1 4 26 3
TS_REQ_get_ext 1 4 21 2
TS_REQ_delete_ext 1 4 21 2
TS_REQ_add_ext 1 4 30 3
TS_REQ_get_ext_d2i 1 4 33 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_conf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TS_CONF_load_cert 3 13 77 1
TS_CONF_load_certs 7 29 184 1
TS_CONF_load_key 3 13 85 2
TS_CONF_lookup_fail 1 4 25 2
TS_CONF_invalid 1 4 25 2
TS_CONF_get_tsa_section 3 9 46 2
TS_CONF_set_serial 2 14 73 4
TS_CONF_set_crypto_device 4 13 70 3
TS_CONF_set_default_engine 6 20 99 1
TS_CONF_set_signer_cert 5 20 108 4
TS_CONF_set_certs 5 19 106 4
TS_CONF_set_signer_key 5 20 115 5
TS_CONF_set_def_policy 5 22 119 4
TS_CONF_set_policies 6 27 183 3
TS_CONF_set_digests 8 34 213 3
TS_CONF_set_accuracy 10 34 253 3
TS_CONF_set_clock_precision_digits 5 18 89 3
TS_CONF_add_flag 4 14 90 5
TS_CONF_set_ordering 1 4 31 3
TS_CONF_set_tsa_name 1 4 31 3
TS_CONF_set_ess_cert_id_chain 1 5 31 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_rsp_sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
def_serial_cb 3 14 64 2
def_time_cb 2 14 80 4
def_extension_cb 1 7 36 3
TS_RESP_CTX_new 2 12 58 1
TS_RESP_CTX_free 2 15 87 1
TS_RESP_CTX_set_signer_cert 2 11 66 2
TS_RESP_CTX_set_signer_key 1 7 43 2
TS_RESP_CTX_set_def_policy 3 11 55 2
TS_RESP_CTX_set_certs 5 19 122 2
TS_RESP_CTX_add_policy 4 15 87 2
TS_RESP_CTX_add_md 3 11 66 2
TS_RESP_CTX_set_accuracy 7 18 130 4
TS_RESP_CTX_add_flags 1 4 17 2
TS_RESP_CTX_set_serial_cb 1 5 27 3
TS_RESP_CTX_set_extension_cb 1 5 27 3
TS_RESP_CTX_set_status_info 10 29 179 3
TS_RESP_CTX_set_status_info_cond 2 9 59 3
TS_RESP_CTX_add_failure_info 3 12 73 2
TS_RESP_CTX_get_request 1 4 13 1
TS_RESP_CTX_get_tst_info 1 4 13 1
TS_RESP_CTX_set_clock_precision_digits 2 7 29 2
TS_RESP_create_response 12 47 250 2
TS_RESP_CTX_init 1 6 26 1
TS_RESP_CTX_cleanup 1 9 47 1
TS_RESP_check_request 9 47 249 1
TS_RESP_get_policy 8 25 149 1
TS_RESP_create_tst_info 30 71 478 2
TS_RESP_process_extensions 3 11 80 1
TS_RESP_sign 18 77 451 1
ESS_SIGNING_CERT_new_init 8 24 164 2
ESS_CERT_ID_new_init 9 34 217 2
TS_TST_INFO_content_new 5 21 123 1
ESS_add_signing_cert 4 25 141 2
TS_RESP_set_genTime_with_precision 11 40 266 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/ts/ts_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_TS_MSG_IMPRINT 1 5 38 3
i2d_TS_MSG_IMPRINT 1 4 29 2
TS_MSG_IMPRINT_new 1 4 17 1
TS_MSG_IMPRINT_free 1 4 20 1
TS_MSG_IMPRINT_dup 1 4 17 1
d2i_TS_MSG_IMPRINT_bio 1 4 23 2
i2d_TS_MSG_IMPRINT_bio 1 4 23 2
d2i_TS_MSG_IMPRINT_fp 1 4 23 2
i2d_TS_MSG_IMPRINT_fp 1 4 23 2
d2i_TS_REQ 1 5 38 3
i2d_TS_REQ 1 4 29 2
TS_REQ_new 1 4 17 1
TS_REQ_free 1 4 20 1
TS_REQ_dup 1 4 17 1
d2i_TS_REQ_bio 1 4 23 2
i2d_TS_REQ_bio 1 4 23 2
d2i_TS_REQ_fp 1 4 23 2
i2d_TS_REQ_fp 1 4 23 2
d2i_TS_ACCURACY 1 5 38 3
i2d_TS_ACCURACY 1 4 29 2
TS_ACCURACY_new 1 4 17 1
TS_ACCURACY_free 1 4 20 1
TS_ACCURACY_dup 1 4 17 1
d2i_TS_TST_INFO 1 5 38 3
i2d_TS_TST_INFO 1 4 29 2
TS_TST_INFO_new 1 4 17 1
TS_TST_INFO_free 1 4 20 1
TS_TST_INFO_dup 1 4 17 1
d2i_TS_TST_INFO_bio 1 4 23 2
i2d_TS_TST_INFO_bio 1 4 23 2
d2i_TS_TST_INFO_fp 1 4 23 2
i2d_TS_TST_INFO_fp 1 4 23 2
d2i_TS_STATUS_INFO 1 5 38 3
i2d_TS_STATUS_INFO 1 4 29 2
TS_STATUS_INFO_new 1 4 17 1
TS_STATUS_INFO_free 1 4 20 1
TS_STATUS_INFO_dup 1 4 17 1
ts_resp_set_tst_info 8 22 117 1
ts_resp_cb 6 14 93 4
d2i_TS_RESP 1 5 38 3
i2d_TS_RESP 1 4 29 2
TS_RESP_new 1 4 17 1
TS_RESP_free 1 4 20 1
TS_RESP_dup 1 4 17 1
d2i_TS_RESP_bio 1 4 23 2
i2d_TS_RESP_bio 1 4 23 2
d2i_TS_RESP_fp 1 4 23 2
i2d_TS_RESP_fp 1 4 23 2
d2i_ESS_ISSUER_SERIAL 1 5 38 3
i2d_ESS_ISSUER_SERIAL 1 4 29 2
ESS_ISSUER_SERIAL_new 1 4 17 1
ESS_ISSUER_SERIAL_free 1 4 20 1
ESS_ISSUER_SERIAL_dup 1 4 17 1
d2i_ESS_CERT_ID 1 5 38 3
i2d_ESS_CERT_ID 1 4 29 2
ESS_CERT_ID_new 1 4 17 1
ESS_CERT_ID_free 1 4 20 1
ESS_CERT_ID_dup 1 4 17 1
d2i_ESS_SIGNING_CERT 1 5 38 3
i2d_ESS_SIGNING_CERT 1 4 29 2
ESS_SIGNING_CERT_new 1 4 17 1
ESS_SIGNING_CERT_free 1 4 20 1
ESS_SIGNING_CERT_dup 1 4 17 1
PKCS7_to_TS_TST_INFO 5 30 153 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha512.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA384_Init 1 14 131 1
SHA512_Init 1 14 131 1
SHA512_Final 8 64 900 2
SHA384_Final 1 2 21 2
SHA512_Update 10 41 367 3
SHA384_Update 1 2 26 3
SHA512_Transform 2 7 72 2
SHA384 2 11 79 3
SHA512 2 11 79 3
sha512_block_data_order 4 41 502 3
sha512_block_data_order 5 33 480 3
sha512_block_data_order 4 65 1730 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha256.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA224_Init 1 10 102 1
SHA256_Init 1 10 102 1
SHA224 2 11 79 3
SHA256 2 11 79 3
SHA224_Update 1 2 26 3
SHA224_Final 1 2 21 2
sha256_block_data_order 4 31 469 3
sha256_block_data_order 6 66 1592 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha1_one.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA1 3 12 85 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha1dgst.c
Source file: /home/sergeyb/sources/src/lib/libcrypto/sha/sha_locl.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA1_Init 1 10 54 1
HASH_BLOCK_DATA_ORDER 6 134 3807 3
HASH_BLOCK_DATA_ORDER 8 36 451 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_gen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DH_generate_parameters_ex 2 6 54 4
dh_builtin_genparams 20 58 363 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_pmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pkey_dh_init 2 14 71 1
pkey_dh_copy 2 12 69 2
pkey_dh_cleanup 1 5 21 1
pkey_dh_ctrl 5 18 78 4
pkey_dh_ctrl_str 17 32 213 3
pkey_dh_paramgen 4 22 111 2
pkey_dh_keygen 4 15 82 2
pkey_dh_derive 4 14 84 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_DH_strings 2 8 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DHparams_print_fp 2 13 71 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DH_generate_key 1 4 18 1
DH_compute_key 1 4 32 3
DH_OpenSSL 1 4 10 1
generate_key 21 64 371 1
compute_key 11 45 258 3
dh_bn_mod_exp 1 5 52 7
dh_init 1 5 17 1
dh_finish 1 5 18 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_check.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DH_check 13 41 252 2
DH_check_pub_key 4 17 107 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_ameth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
int_dh_free 1 4 17 1
dh_pub_decode 7 41 234 2
dh_pub_encode 6 37 198 2
dh_priv_decode 7 37 222 2
dh_priv_encode 5 35 196 2
update_buflen 3 8 45 2
dh_param_decode 2 10 57 3
dh_param_encode 1 4 26 2
do_dh_print 15 60 376 5
int_dh_size 1 4 19 1
dh_bits 1 4 21 1
dh_cmp_parameters 3 8 61 2
dh_copy_parameters 3 13 106 2
dh_missing_parameters 3 6 35 1
dh_pub_cmp 3 9 58 2
dh_param_print 1 4 38 4
dh_public_print 1 4 38 4
dh_private_print 1 4 38 4
DHparams_print 1 4 27 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dh_cb 4 14 80 4
d2i_DHparams 1 5 38 3
i2d_DHparams 1 4 29 2
d2i_DHparams_bio 1 4 23 2
i2d_DHparams_bio 1 4 23 2
d2i_DHparams_fp 1 4 23 2
i2d_DHparams_fp 1 4 23 2
DHparams_dup 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DH_set_default_method 1 4 13 1
DH_get_default_method 2 6 20 1
DH_set_method 4 15 80 2
DH_new 1 4 12 1
DH_new_method 9 52 305 1
DH_free 5 23 145 1
DH_up_ref 2 5 32 1
DH_get_ex_new_index 1 6 39 5
DH_set_ex_data 1 4 28 3
DH_get_ex_data 1 4 22 2
DH_size 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/dh/dh_depr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DH_generate_parameters 3 13 87 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/des_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_encrypt1 7 67 522 3
DES_encrypt2 7 63 500 3
DES_encrypt3 1 18 134 4
DES_decrypt3 1 18 134 4
DES_ede3_cbc_encrypt 6 97 611 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/cfb64enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_cfb64_encrypt 6 54 393 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ncbc_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ncbc_encrypt 6 70 546 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ecb_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_options 8 24 115 1
DES_ecb_encrypt 1 14 136 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/cbc_enc.c
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ecb3_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ecb3_encrypt 2 22 150 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/rand_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_random_key 2 8 39 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/qud_cksm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_quad_cksum 7 42 354 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ofb64ede.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ede3_ofb64_encrypt 4 46 282 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/des_locl.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ROTATE 1 4 29 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/xcbc_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_xcbc_encrypt 6 81 646 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/cfb_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_cfb_encrypt 19 99 770 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/enc_writ.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_enc_write 17 70 422 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/des.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/cfb64ede.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ede3_cfb64_encrypt 6 63 405 9
DES_ede3_cfb_encrypt 15 96 685 9
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/spr.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/cbc_cksm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_cbc_cksum 4 38 275 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/pcbc_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_pcbc_encrypt 6 61 380 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/str2key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_string_to_key 7 31 288 2
DES_string_to_2keys 15 63 521 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/fcrypt_b.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fcrypt_body 4 51 390 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ofb_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ofb_encrypt 9 65 490 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/fcrypt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_crypt 1 5 33 2
DES_fcrypt 10 48 359 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/set_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_set_odd_parity 2 6 44 1
DES_check_key_parity 3 10 58 1
DES_is_weak_key 3 8 50 1
DES_set_key 2 12 39 2
DES_set_key_checked 3 9 49 2
DES_set_key_unchecked 3 43 605 2
DES_key_sched 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ofb64enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ofb64_encrypt 4 44 283 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/enc_read.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_enc_read 28 101 596 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/des/ede_cbcm_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DES_ede3_cbcm_encrypt 6 110 706 9
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/gcm128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gcm_init_8bit 4 20 177 2
gcm_gmult_8bit 6 92 1595 2
gcm_init_4bit 10 54 744 2
gcm_gmult_4bit 7 41 442 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/ofb128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_ofb128_encrypt 14 46 330 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/cfb128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_cfb128_encrypt 28 92 688 8
cfbr_encrypt_block 8 25 250 7
CRYPTO_cfb128_1_encrypt 3 15 173 8
CRYPTO_cfb128_8_encrypt 2 9 81 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/cts128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_cts128_encrypt_block 4 17 152 6
CRYPTO_nistcts128_encrypt_block 4 17 142 6
CRYPTO_cts128_encrypt 3 17 169 6
CRYPTO_nistcts128_encrypt 3 17 159 6
CRYPTO_cts128_decrypt_block 6 26 258 6
CRYPTO_nistcts128_decrypt_block 6 31 292 6
CRYPTO_cts128_decrypt 4 20 207 6
CRYPTO_nistcts128_decrypt 4 24 226 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/xts128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_xts128_encrypt 17 90 1160 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/ccm128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_ccm128_init 1 9 103 5
CRYPTO_ccm128_setiv 4 21 300 4
CRYPTO_ccm128_aad 8 43 542 3
ctr64_inc 3 12 56 1
CRYPTO_ccm128_encrypt 12 57 697 4
CRYPTO_ccm128_decrypt 10 50 611 4
ctr64_add 4 11 76 2
CRYPTO_ccm128_encrypt_ccm64 11 46 507 5
CRYPTO_ccm128_decrypt_ccm64 9 43 449 5
CRYPTO_ccm128_tag 2 7 69 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/cbc128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_cbc128_encrypt 13 43 330 6
CRYPTO_cbc128_decrypt 22 81 635 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/modes_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/modes.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/modes/ctr128.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctr128_inc 3 11 51 1
ctr128_inc_aligned 4 15 73 1
CRYPTO_ctr128_encrypt 14 50 361 8
ctr96_inc 3 11 51 1
CRYPTO_ctr128_encrypt_ctr32 11 44 316 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_misc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_set_key 6 10 70 3
Camellia_encrypt 1 5 37 3
Camellia_decrypt 1 5 37 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/camellia.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_Ekeygen 4 93 1628 3
Camellia_EncryptBlock_Rounds 3 32 325 4
Camellia_EncryptBlock 2 6 39 4
Camellia_DecryptBlock_Rounds 3 32 327 4
Camellia_DecryptBlock 2 6 39 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_ofb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_ofb128_encrypt 1 6 52 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_ecb_encrypt 2 8 49 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_ctr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_ctr128_encrypt 1 8 64 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_cbc_encrypt 2 10 73 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/camellia.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_cfb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Camellia_cfb128_encrypt 1 7 58 7
Camellia_cfb1_encrypt 1 7 58 7
Camellia_cfb8_encrypt 1 7 58 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/camellia/cmll_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_asn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
d2i_PKCS12 1 5 38 3
i2d_PKCS12 1 4 28 2
PKCS12_new 1 4 17 1
PKCS12_free 1 4 20 1
d2i_PKCS12_MAC_DATA 1 5 38 3
i2d_PKCS12_MAC_DATA 1 4 28 2
PKCS12_MAC_DATA_new 1 4 17 1
PKCS12_MAC_DATA_free 1 4 20 1
d2i_PKCS12_BAGS 1 5 38 3
i2d_PKCS12_BAGS 1 4 28 2
PKCS12_BAGS_new 1 4 17 1
PKCS12_BAGS_free 1 4 20 1
d2i_PKCS12_SAFEBAG 1 5 38 3
i2d_PKCS12_SAFEBAG 1 4 28 2
PKCS12_SAFEBAG_new 1 4 17 1
PKCS12_SAFEBAG_free 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_crpt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_PBE_add 1 3 6 1
PKCS12_PBE_keyivgen 9 45 321 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_decr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_pbe_crypt 7 39 229 8
PKCS12_item_decrypt_d2i 4 21 131 6
PKCS12_item_i2d_encrypt 5 30 162 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/pk12err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_PKCS12_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/pkcs12.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_key_gen_asc 4 21 134 9
PKCS12_key_gen_uni 34 93 708 9
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_add_localkeyid 2 8 41 3
PKCS8_add_keyusage 2 10 49 2
PKCS12_add_friendlyname_asc 2 8 46 3
PKCS12_add_friendlyname_uni 2 9 42 3
PKCS12_add_CSPName_asc 2 8 46 3
PKCS12_get_attr_gen 5 17 99 2
PKCS12_get_friendlyname 3 10 60 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_mutl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_gen_mac 10 44 294 5
PKCS12_verify_mac 5 17 115 3
PKCS12_set_mac 5 22 141 7
PKCS12_setup_mac 9 34 242 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_p8d.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS8_decrypt 1 5 37 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_p8e.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS8_encrypt 5 32 185 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_add.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_item_pack_safebag 4 23 135 4
PKCS12_MAKE_KEYBAG 2 11 53 1
PKCS12_MAKE_SHKEYBAG 4 21 133 7
PKCS12_pack_p7data 4 21 111 1
PKCS12_unpack_p7data 2 8 39 1
PKCS12_pack_p7encdata 6 36 232 7
PKCS12_unpack_p7encdata 2 8 60 3
PKCS12_decrypt_skey 1 4 30 3
PKCS12_pack_authsafes 2 7 40 2
PKCS12_unpack_authsafes 2 9 43 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_kiss.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_parse 27 66 361 5
parse_pk12 7 32 208 5
parse_bags 3 11 78 5
parse_bag 22 66 383 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_crt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
copy_bag_attr 3 12 71 3
PKCS12_create 36 79 532 10
PKCS12_add_cert 8 23 145 2
PKCS12_add_key 10 31 175 6
PKCS12_add_safe 9 33 173 5
pkcs12_add_bag 6 21 95 2
PKCS12_add_safes 4 14 66 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_npas.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_newpass 4 16 79 3
newpass_p12 17 73 509 3
newpass_bags 3 10 63 3
newpass_bag 5 18 145 3
alg_get 2 14 107 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS12_init 5 27 119 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs12/p12_utl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_asc2uni 8 30 179 4
OPENSSL_uni2asc 6 19 119 2
i2d_PKCS12_bio 1 4 23 2
i2d_PKCS12_fp 1 4 23 2
d2i_PKCS12_bio 1 4 23 2
d2i_PKCS12_fp 1 4 23 2
PKCS12_x5092certbag 1 5 21 1
PKCS12_x509crl2certbag 1 5 21 1
PKCS12_certbag2x509 3 9 57 1
PKCS12_certbag2x509crl 3 9 57 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rand/randfile.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RAND_load_file 2 7 26 2
RAND_write_file 10 37 214 1
RAND_file_name 2 6 32 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/rand/rand_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_RAND_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/rand/rand_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RAND_set_rand_method 1 4 12 1
RAND_get_rand_method 1 4 9 1
RAND_SSLeay 1 4 9 1
RAND_set_rand_engine 1 4 11 1
RAND_cleanup 1 3 6 1
RAND_seed 1 3 12 2
RAND_add 1 3 15 3
RAND_status 1 4 9 1
RAND_poll 1 4 9 1
RAND_bytes 2 6 28 2
RAND_pseudo_bytes 2 6 28 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/rand/rand.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc4/rc4_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC4 21 91 648 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc4/rc4_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc4/rc4_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RC4_options 4 11 46 1
RC4_set_key 3 19 135 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/rc4/rc4.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/objects.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/obj_xref.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/obj_xref.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sig_cmp 1 4 23 2
sig_cmp_BSEARCH_CMP_FN 1 6 36 2
OBJ_bsearch_sig 1 5 37 3
sig_sk_cmp 1 4 33 2
sigx_cmp 2 8 59 2
sigx_cmp_BSEARCH_CMP_FN 1 6 40 2
OBJ_bsearch_sigx 1 5 45 3
OBJ_find_sigid_algs 7 22 125 3
OBJ_find_sigid_by_algs 6 24 138 3
OBJ_add_sigid 8 27 143 3
sid_free 1 4 13 1
OBJ_sigid_free 3 11 38 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/o_names.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OBJ_NAME_init 2 7 29 1
OBJ_NAME_new_index 9 37 229 3
obj_name_cmp 4 16 121 2
obj_name_hash 3 14 87 1
OBJ_NAME_get 9 25 147 2
OBJ_NAME_add 8 32 191 3
OBJ_NAME_remove 5 21 124 2
do_all_fn_doall_arg 2 5 35 2
OBJ_NAME_do_all 1 9 63 3
do_all_sorted_fn 2 7 44 2
do_all_sorted_cmp 1 6 50 2
OBJ_NAME_do_all_sorted 3 17 142 3
names_lh_free_doall 4 7 39 1
name_funcs_free 1 4 12 1
OBJ_NAME_cleanup 3 17 83 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/obj_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OBJ_dup 10 46 278 1
OBJ_cmp 2 8 56 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/obj_dat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sn_cmp 1 4 38 2
sn_cmp_BSEARCH_CMP_FN 1 6 39 2
OBJ_bsearch_sn 1 5 42 3
ln_cmp 1 4 38 2
ln_cmp_BSEARCH_CMP_FN 1 6 39 2
OBJ_bsearch_ln 1 5 42 3
added_obj_hash 6 30 162 1
added_obj_cmp 11 35 218 2
init_added 2 7 29 1
cleanup1_doall 1 7 28 1
cleanup2_doall 1 4 15 1
cleanup3_doall 2 6 31 1
check_defer 3 5 19 1
OBJ_cleanup 3 15 72 1
OBJ_new_nid 1 7 23 1
OBJ_add_object 15 41 308 1
OBJ_nid2obj 7 25 148 1
OBJ_nid2sn 7 25 145 1
OBJ_nid2ln 7 25 145 1
obj_cmp 2 10 79 2
obj_cmp_BSEARCH_CMP_FN 1 6 39 2
OBJ_bsearch_obj 1 5 42 3
OBJ_obj2nid 6 20 130 1
OBJ_txt2obj 6 28 191 2
OBJ_obj2txt 31 107 582 4
OBJ_txt2nid 1 9 40 1
OBJ_ln2nid 4 19 118 1
OBJ_sn2nid 4 19 118 1
OBJ_bsearch_ 1 5 51 5
OBJ_bsearch_ex_ 11 30 234 6
OBJ_create_objects 17 45 291 1
OBJ_create 5 25 166 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/objects/obj_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_OBJ_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/stack/stack.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
int( * sk_set_cmp_func(_STACK*sk,int(*c)(constvoid*,constvoid*))) 2 9 53 2
sk_dup 4 21 142 1
sk_new_null 1 4 27 1
sk_new 4 19 134 1
sk_insert 6 23 185 3
sk_delete_ptr 3 8 56 2
sk_delete 5 13 109 2
internal_find 7 21 155 3
sk_find 1 4 22 2
sk_find_ex 1 4 22 2
sk_push 1 4 26 2
sk_unshift 1 4 24 2
sk_shift 3 8 42 1
sk_pop 3 8 46 1
sk_zero 3 9 52 1
sk_pop_free 4 10 70 2
sk_free 2 7 28 1
sk_num 2 6 24 1
sk_value 4 6 42 2
sk_set 4 6 49 3
sk_sort 3 9 82 1
sk_is_sorted 2 6 22 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/stack/safestack.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/stack/stack.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/err/err.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/err/err_prn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_print_errors_cb 4 20 163 2
print_fp 1 7 50 3
ERR_print_errors_fp 1 4 15 1
print_bio 1 4 30 3
ERR_print_errors 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/err/err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
err_fns_check 3 9 32 1
ERR_get_implementation 1 5 13 1
ERR_set_implementation 2 11 42 1
err_string_data_hash 1 7 46 1
err_string_data_cmp 1 4 27 2
int_err_get 4 14 61 1
int_err_del 2 9 31 1
int_err_get_item 2 13 64 1
int_err_set_item 2 13 63 1
int_err_del_item 2 13 63 1
err_state_hash 1 4 20 1
err_state_cmp 1 4 27 2
int_thread_get 4 16 66 1
int_thread_release 4 10 53 1
int_thread_get_item 2 14 73 1
int_thread_set_item 2 14 72 1
int_thread_del_item 6 20 104 1
int_err_get_next_lib 1 8 27 1
build_SYS_str_reasons 7 34 194 1
ERR_STATE_free 3 10 46 1
ERR_load_ERR_strings 1 9 42 1
err_load_strings 3 9 47 2
ERR_load_strings 1 5 22 2
ERR_unload_strings 3 9 47 2
ERR_free_strings 1 5 17 1
ERR_put_error 2 15 138 5
ERR_clear_error 2 10 51 1
ERR_get_error 1 4 24 1
ERR_get_error_line 1 4 31 2
ERR_get_error_line_data 1 5 40 4
ERR_peek_error 1 4 24 1
ERR_peek_error_line 1 4 31 2
ERR_peek_error_line_data 1 5 40 4
ERR_peek_last_error 1 4 24 1
ERR_peek_last_error_line 1 4 31 2
ERR_peek_last_error_line_data 1 5 40 4
get_error_values 20 57 319 6
ERR_error_string_n 10 43 306 3
ERR_error_string 2 8 41 2
ERR_get_string_table 1 5 19 1
ERR_get_err_state_table 1 5 19 1
ERR_release_err_state_table 1 5 23 1
ERR_lib_error_string 2 10 68 1
ERR_func_error_string 2 11 77 1
ERR_reason_error_string 3 15 110 1
ERR_remove_thread_state 2 10 48 1
ERR_remove_state 1 4 13 1
ERR_get_state 6 31 192 1
ERR_get_next_error_library 1 5 18 1
ERR_set_error_data 2 12 67 2
ERR_asprintf_error_data 2 12 70 2
ERR_add_error_vdata 4 17 107 2
ERR_add_error_data 1 7 31 2
ERR_set_mark 2 9 43 1
ERR_pop_to_mark 5 16 102 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/err/err_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_crypto_strings 1 30 114 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_new 2 14 77 1
engine_set_all_null 1 20 110 1
engine_free_util 5 22 118 2
ENGINE_free 1 4 16 1
int_cleanup_check 4 9 37 1
int_cleanup_item 2 8 37 1
engine_cleanup_add_first 3 9 42 1
engine_cleanup_add_last 3 9 40 1
engine_cleanup_cb_free 1 5 24 1
ENGINE_cleanup 2 9 31 1
ENGINE_get_ex_new_index 1 6 39 5
ENGINE_set_ex_data 1 4 30 3
ENGINE_get_ex_data 1 4 25 2
ENGINE_set_id 2 9 38 2
ENGINE_set_name 2 9 38 2
ENGINE_set_destroy_function 1 5 20 2
ENGINE_set_init_function 1 5 20 2
ENGINE_set_finish_function 1 5 20 2
ENGINE_set_ctrl_function 1 5 20 2
ENGINE_set_flags 1 5 20 2
ENGINE_set_cmd_defns 1 5 22 2
ENGINE_get_id 1 4 14 1
ENGINE_get_name 1 4 14 1
ENGINE_get_destroy_function 1 4 14 1
ENGINE_get_init_function 1 4 14 1
ENGINE_get_finish_function 1 4 14 1
ENGINE_get_ctrl_function 1 4 14 1
ENGINE_get_flags 1 4 14 1
ENGINE_get_cmd_defns 1 4 14 1
ENGINE_get_static_state 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_fat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_set_default 21 26 185 2
int_def_cb 13 32 247 3
ENGINE_set_default_string 2 10 61 2
ENGINE_register_complete 1 13 56 1
ENGINE_register_all_complete 3 8 46 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_cipher.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_ciphers 1 4 16 1
engine_unregister_all_ciphers 1 4 12 1
ENGINE_register_ciphers 3 12 64 1
ENGINE_register_all_ciphers 2 6 32 1
ENGINE_set_default_ciphers 3 12 64 1
ENGINE_get_cipher_engine 1 4 16 1
ENGINE_get_cipher 3 10 55 2
ENGINE_get_ciphers 1 4 14 1
ENGINE_set_ciphers 1 5 20 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_asnmth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_pkey_asn1_meths 1 4 16 1
engine_unregister_all_pkey_asn1_meths 1 4 12 1
ENGINE_register_pkey_asn1_meths 3 12 64 1
ENGINE_register_all_pkey_asn1_meths 2 6 32 1
ENGINE_set_default_pkey_asn1_meths 3 12 64 1
ENGINE_get_pkey_asn1_meth_engine 1 4 16 1
ENGINE_get_pkey_asn1_meth 3 10 54 2
ENGINE_get_pkey_asn1_meths 1 4 14 1
ENGINE_set_pkey_asn1_meths 1 5 20 2
engine_pkey_asn1_meths_free 4 15 88 1
ENGINE_get_pkey_asn1_meth_str 6 18 136 3
look_str_cb 5 18 136 4
ENGINE_pkey_asn1_find_str 2 17 100 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_pkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_set_load_privkey_function 1 5 20 2
ENGINE_set_load_pubkey_function 1 5 20 2
ENGINE_set_load_ssl_client_cert_function 1 6 20 2
ENGINE_get_load_privkey_function 1 4 14 1
ENGINE_get_load_pubkey_function 1 4 14 1
ENGINE_get_ssl_client_cert_function 1 4 14 1
ENGINE_load_private_key 5 26 124 4
ENGINE_load_public_key 5 26 124 4
ENGINE_load_ssl_client_cert 4 22 130 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_rand.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_RAND 1 4 16 1
engine_unregister_all_RAND 1 4 12 1
ENGINE_register_RAND 2 7 35 1
ENGINE_register_all_RAND 2 6 32 1
ENGINE_set_default_RAND 2 7 35 1
ENGINE_get_default_RAND 1 4 15 1
ENGINE_get_RAND 1 4 14 1
ENGINE_set_RAND 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_ecdh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_ECDH 1 4 16 1
engine_unregister_all_ECDH 1 4 12 1
ENGINE_register_ECDH 2 7 35 1
ENGINE_register_all_ECDH 2 6 32 1
ENGINE_set_default_ECDH 2 7 35 1
ENGINE_get_default_ECDH 1 4 15 1
ENGINE_get_ECDH 1 4 14 1
ENGINE_set_ECDH 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_ctrl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
int_ctrl_cmd_is_null 3 6 33 1
int_ctrl_cmd_by_name 4 12 62 2
int_ctrl_cmd_by_num 4 11 57 2
int_ctrl_helper 25 71 497 5
ENGINE_ctrl 18 41 219 5
ENGINE_cmd_is_executable 5 14 74 2
ENGINE_ctrl_cmd 7 22 140 6
ENGINE_ctrl_cmd_string 18 60 347 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_pkmeth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_pkey_meths 1 4 16 1
engine_unregister_all_pkey_meths 1 4 12 1
ENGINE_register_pkey_meths 3 12 64 1
ENGINE_register_all_pkey_meths 2 6 32 1
ENGINE_set_default_pkey_meths 3 12 64 1
ENGINE_get_pkey_meth_engine 1 4 16 1
ENGINE_get_pkey_meth 3 10 54 2
ENGINE_get_pkey_meths 1 4 14 1
ENGINE_set_pkey_meths 1 5 20 2
engine_pkey_meths_free 4 15 88 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_aesni.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_load_aesni 3 10 40 1
aesni_cfb128_encrypt 24 90 618 7
aesni_ofb128_encrypt 12 42 294 6
aesni_bind_helper 7 11 71 1
ENGINE_aesni 3 12 45 1
aesni_init 1 4 11 1
aesni_init_key 5 17 115 4
aesni_cipher_ecb 1 7 51 4
aesni_cipher_cbc 1 7 55 4
aesni_cipher_cfb 1 8 60 4
aesni_cipher_ofb 1 7 56 4
aesni_ciphers 14 49 187 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_table.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_get_table_flags 1 4 9 1
ENGINE_set_table_flags 1 4 12 1
engine_pile_hash 1 4 14 1
engine_pile_cmp 1 4 23 2
int_table_check 4 12 60 2
engine_table_register 12 50 297 6
int_unregister_cb_doall_arg 3 12 75 2
engine_table_unregister 2 8 50 2
int_cleanup_cb_doall 2 7 35 1
engine_table_cleanup 2 11 56 1
engine_table_select_tmp 22 65 393 4
int_cb_doall_arg 1 4 33 2
engine_table_doall 1 8 48 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_padlock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_load_padlock 3 9 35 1
padlock_bind_helper 10 17 102 1
ENGINE_padlock 3 12 45 1
padlock_init 2 4 15 1
padlock_bind_fn 4 10 49 2
padlock_insn_cpuid_available 1 19 46 1
padlock_available 4 30 179 1
padlock_bswapl 2 9 59 1
padlock_reload_key 1 4 12 1
padlock_verify_context 1 15 40 1
padlock_xstore 1 9 49 2
padlock_memcpy 2 9 57 3
padlock_ciphers 14 49 187 4
padlock_aes_init_key 9 37 252 4
padlock_aes_cipher_omnivorous 5 36 221 4
padlock_aes_cipher 52 207 1233 4
padlock_rand_bytes 11 32 201 2
padlock_rand_status 1 4 9 1
bind_engine 1 3 21 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_int.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/engine.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
engine_unlocked_init 4 13 71 1
engine_unlocked_finish 7 20 105 2
ENGINE_init 2 12 47 1
ENGINE_finish 3 16 66 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_ecdsa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_ECDSA 1 4 16 1
engine_unregister_all_ECDSA 1 4 12 1
ENGINE_register_ECDSA 2 7 35 1
ENGINE_register_all_ECDSA 2 6 32 1
ENGINE_set_default_ECDSA 2 7 35 1
ENGINE_get_default_ECDSA 1 4 15 1
ENGINE_get_ECDSA 1 4 14 1
ENGINE_set_ECDSA 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_cnf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
skip_dot 2 8 33 1
int_engine_init 5 12 56 1
int_engine_configure 31 87 506 3
int_engine_module_init 5 19 120 2
int_engine_module_finish 2 8 37 1
ENGINE_add_conf_module 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_list.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
engine_list_cleanup 3 6 27 1
engine_list_add 9 40 189 1
engine_list_remove 9 25 130 1
ENGINE_get_first 2 12 46 1
ENGINE_get_last 2 12 46 1
ENGINE_get_next 3 17 73 1
ENGINE_get_prev 3 17 73 1
ENGINE_add 5 18 86 1
ENGINE_remove 3 15 61 1
engine_cpy 1 23 173 2
ENGINE_by_id 8 32 152 1
ENGINE_up_ref 2 9 39 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_rsa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_RSA 1 4 16 1
engine_unregister_all_RSA 1 4 12 1
ENGINE_register_RSA 2 7 35 1
ENGINE_register_all_RSA 2 6 32 1
ENGINE_set_default_RSA 2 7 35 1
ENGINE_get_default_RSA 1 4 15 1
ENGINE_get_RSA 1 4 14 1
ENGINE_set_RSA 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_dyn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_load_dynamic 1 3 6 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_digest.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_digests 1 4 16 1
engine_unregister_all_digests 1 4 12 1
ENGINE_register_digests 3 12 64 1
ENGINE_register_all_digests 2 6 32 1
ENGINE_set_default_digests 3 12 64 1
ENGINE_get_digest_engine 1 4 16 1
ENGINE_get_digest 3 10 55 2
ENGINE_get_digests 1 4 14 1
ENGINE_set_digests 1 5 20 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_ENGINE_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_openssl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bind_helper 15 17 116 1
engine_openssl 3 11 43 1
ENGINE_load_openssl 2 9 38 1
bind_fn 4 8 45 2
test_rc4_init_key 2 9 77 4
test_rc4_cipher 2 7 49 4
openssl_ciphers 5 18 85 4
test_sha1_init 2 5 23 1
test_sha1_update 2 5 35 3
test_sha1_final 2 5 30 2
openssl_digests 4 16 72 4
openssl_load_privkey 2 14 76 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_dh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_DH 1 4 16 1
engine_unregister_all_DH 1 4 12 1
ENGINE_register_DH 2 7 35 1
ENGINE_register_all_DH 2 6 32 1
ENGINE_set_default_DH 2 7 35 1
ENGINE_get_default_DH 1 4 15 1
ENGINE_get_DH 1 4 14 1
ENGINE_set_DH 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_store.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_STORE 1 4 16 1
engine_unregister_all_STORE 1 4 12 1
ENGINE_register_STORE 2 7 35 1
ENGINE_register_all_STORE 2 6 32 1
ENGINE_get_STORE 1 4 14 1
ENGINE_set_STORE 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/eng_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_load_builtin_engines 1 6 18 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/engine/tb_dsa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ENGINE_unregister_DSA 1 4 16 1
engine_unregister_all_DSA 1 4 12 1
ENGINE_register_DSA 2 7 35 1
ENGINE_register_all_DSA 2 6 32 1
ENGINE_set_default_DSA 2 7 35 1
ENGINE_get_default_DSA 1 4 15 1
ENGINE_get_DSA 1 4 14 1
ENGINE_set_DSA 1 5 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/txt_db/txt_db.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/txt_db/txt_db.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TXT_DB_read 28 112 722 2
TXT_DB_get_by_index 3 17 95 3
TXT_DB_create_index 8 33 249 5
TXT_DB_write 13 44 313 2
TXT_DB_insert 11 32 230 2
TXT_DB_free 13 35 260 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_hpux.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 5 17 95 2
gotdata 3 10 56 2
getentropy_urandom 12 41 239 4
getentropy_fallback 25 171 1416 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_solaris.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_linux.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 9 23 133 2
gotdata 3 10 56 2
getentropy_getrandom 5 14 80 2
getentropy_urandom 13 45 258 2
getentropy_sysctl 4 25 145 2
getentropy_phdr 1 6 44 3
getentropy_fallback 31 174 1433 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_freebsd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy_sysctl 3 17 97 2
getentropy 3 7 41 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_win.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 4 20 102 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_win.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 15 1
_rs_allocate 3 15 102 2
_rs_forkhandler 1 3 6 1
_rs_forkdetect 1 3 6 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_netbsd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy_sysctl 3 17 97 2
getentropy 3 9 43 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_netbsd.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_aix.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 5 17 95 2
gotdata 3 10 56 2
getentropy_urandom 12 41 239 4
getentropy_fallback 26 174 1440 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_freebsd.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_osx.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_osx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 5 17 91 2
gotdata 3 10 56 2
getentropy_urandom 12 41 231 2
getentropy_fallback 23 181 1520 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_aix.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_hpux.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 5 11 58 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/getentropy_solaris.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getentropy 6 21 120 2
gotdata 3 10 56 2
getentropy_urandom 14 42 256 4
getentropy_phdr 1 6 44 3
getentropy_fallback 24 162 1340 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/arc4random/arc4random_linux.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_forkhandler 1 4 10 1
_rs_forkdetect 6 11 62 1
_rs_allocate 3 14 121 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/cast.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/c_ecb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CAST_ecb_encrypt 2 14 120 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/c_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CAST_encrypt 2 29 350 2
CAST_decrypt 2 29 350 2
CAST_cbc_encrypt 6 80 495 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/c_skey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CAST_set_key 8 80 2033 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/c_cfb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CAST_cfb64_encrypt 6 54 368 7
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/cast_s.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/c_ofb64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CAST_ofb64_encrypt 4 44 284 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/cast/cast_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pkcs7err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_PKCS7_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/bio_pk7.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_new_PKCS7 1 4 27 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_smime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS7_sign 12 33 205 5
PKCS7_final 3 19 99 3
add_cipher_smcap 2 6 37 3
add_digest_smcap 2 6 37 3
PKCS7_sign_add_signer 27 56 378 5
pkcs7_copy_existing_digest 6 24 144 2
PKCS7_verify 35 127 736 6
PKCS7_get0_signers 12 48 267 3
PKCS7_encrypt 8 33 179 4
PKCS7_decrypt 16 57 303 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS7_add_attrib_smimecap 2 12 73 2
PKCS7_get_smimecap 3 12 80 1
PKCS7_simple_smimecap 7 30 170 3
PKCS7_add_attrib_content_type 3 9 48 2
PKCS7_add0_attrib_signing_time 2 9 51 2
PKCS7_add1_attrib_digest 4 15 72 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_mime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i2d_PKCS7_bio_stream 1 5 38 4
PEM_write_bio_PKCS7_stream 1 5 40 4
SMIME_write_PKCS7 2 12 86 4
SMIME_read_PKCS7 1 4 27 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_doit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS7_type_is_other 7 18 62 1
PKCS7_get_octet_string 5 9 61 1
PKCS7_bio_add_digest 5 26 129 2
pkcs7_encode_rinfo 8 38 223 3
pkcs7_decrypt_rinfo 9 41 240 4
PKCS7_dataInit 37 130 800 2
pkcs7_cmp_ri 2 10 55 2
PKCS7_dataDecode 41 172 1027 4
PKCS7_find_digest 5 19 94 3
do_pkcs7_signed_attrib 6 22 114 2
PKCS7_dataFinal 36 141 839 2
PKCS7_SIGNER_INFO_sign 10 47 285 1
PKCS7_dataVerify 9 48 264 5
PKCS7_signatureVerify 21 87 506 4
PKCS7_get_issuer_and_serial 5 19 114 2
PKCS7_get_signed_attribute 1 4 23 2
PKCS7_get_attribute 1 4 23 2
get_attribute 7 19 128 2
PKCS7_digest_from_attributes 3 9 50 1
PKCS7_set_signed_attributes 5 18 108 2
PKCS7_set_attributes 5 17 108 2
PKCS7_add_signed_attribute 1 5 37 4
PKCS7_add_attribute 1 4 37 4
add_attribute 9 36 204 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PKCS7_ctrl 9 38 207 4
PKCS7_content_new 5 15 81 2
PKCS7_set_content 9 27 140 2
PKCS7_set_type 18 64 402 2
PKCS7_set0_type_other 1 6 35 3
PKCS7_add_signer 10 48 276 2
PKCS7_add_certificate 6 29 154 2
PKCS7_add_crl 6 29 154 2
PKCS7_SIGNER_INFO_set 8 31 195 4
PKCS7_add_signature 8 25 142 4
PKCS7_set_digest 3 14 94 2
PKCS7_get_signer_info 5 11 74 1
PKCS7_SIGNER_INFO_get0_algs 4 10 53 4
PKCS7_RECIP_INFO_get0_alg 2 5 23 2
PKCS7_add_recipient 5 15 74 2
PKCS7_add_recipient_info 4 20 97 2
PKCS7_RECIP_INFO_set 9 36 208 2
PKCS7_cert_from_signer_info 2 9 51 2
PKCS7_set_cipher 4 24 111 2
PKCS7_stream 8 34 183 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pkcs7.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/pkcs7/pk7_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pk7_cb 8 21 120 4
d2i_PKCS7 1 5 38 3
i2d_PKCS7 1 4 28 2
PKCS7_new 1 4 17 1
PKCS7_free 1 4 20 1
i2d_PKCS7_NDEF 1 4 28 2
PKCS7_dup 1 4 17 1
d2i_PKCS7_SIGNED 1 5 38 3
i2d_PKCS7_SIGNED 1 4 28 2
PKCS7_SIGNED_new 1 4 17 1
PKCS7_SIGNED_free 1 4 20 1
si_cb 2 8 49 4
d2i_PKCS7_SIGNER_INFO 1 5 38 3
i2d_PKCS7_SIGNER_INFO 1 4 28 2
PKCS7_SIGNER_INFO_new 1 4 17 1
PKCS7_SIGNER_INFO_free 1 4 20 1
d2i_PKCS7_ISSUER_AND_SERIAL 1 5 38 3
i2d_PKCS7_ISSUER_AND_SERIAL 1 4 28 2
PKCS7_ISSUER_AND_SERIAL_new 1 4 17 1
PKCS7_ISSUER_AND_SERIAL_free 1 4 20 1
d2i_PKCS7_ENVELOPE 1 5 38 3
i2d_PKCS7_ENVELOPE 1 4 28 2
PKCS7_ENVELOPE_new 1 4 17 1
PKCS7_ENVELOPE_free 1 4 20 1
ri_cb 2 8 49 4
d2i_PKCS7_RECIP_INFO 1 5 38 3
i2d_PKCS7_RECIP_INFO 1 4 28 2
PKCS7_RECIP_INFO_new 1 4 17 1
PKCS7_RECIP_INFO_free 1 4 20 1
d2i_PKCS7_ENC_CONTENT 1 5 38 3
i2d_PKCS7_ENC_CONTENT 1 4 28 2
PKCS7_ENC_CONTENT_new 1 4 17 1
PKCS7_ENC_CONTENT_free 1 4 20 1
d2i_PKCS7_SIGN_ENVELOPE 1 5 38 3
i2d_PKCS7_SIGN_ENVELOPE 1 4 28 2
PKCS7_SIGN_ENVELOPE_new 1 4 17 1
PKCS7_SIGN_ENVELOPE_free 1 4 20 1
d2i_PKCS7_ENCRYPT 1 5 38 3
i2d_PKCS7_ENCRYPT 1 4 28 2
PKCS7_ENCRYPT_new 1 4 17 1
PKCS7_ENCRYPT_free 1 4 20 1
d2i_PKCS7_DIGEST 1 5 38 3
i2d_PKCS7_DIGEST 1 4 28 2
PKCS7_DIGEST_new 1 4 17 1
PKCS7_DIGEST_free 1 4 20 1
PKCS7_print_ctx 1 5 39 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/asm/x86_64-gcc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_mul_add_words 6 20 208 4
bn_mul_words 6 20 205 4
bn_sqr_words 6 18 194 3
bn_div_words 1 8 53 3
bn_add_words 2 18 88 4
bn_sub_words 2 18 88 4
bn_mul_comba8 1 101 1419 3
bn_mul_comba4 1 37 419 3
bn_sqr_comba8 1 73 724 2
bn_sqr_comba4 1 31 254 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_mpi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_bn2mpi 5 25 207 2
BN_mpi2bn 9 35 234 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_BN_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_set_params 9 27 208 4
BN_get_params 5 13 60 1
BN_value_one 1 8 41 1
BN_num_bits_word 9 47 735 1
BN_num_bits 2 8 52 1
BN_clear_free 5 13 91 1
BN_free 1 4 13 1
BN_init 1 5 25 1
BN_new 2 15 78 1
bn_expand_internal 10 45 311 2
bn_dup_expand 4 23 116 2
bn_expand2 8 32 259 2
BN_dup 4 16 70 1
BN_copy 8 37 264 2
BN_swap 1 28 172 2
BN_clear 2 8 56 1
BN_get_word 3 8 40 1
bn_expand 3 8 67 2
BN_set_word 3 11 77 2
BN_bin2bn 7 36 218 3
BN_bn2bin 2 12 86 2
BN_ucmp 5 19 129 2
BN_cmp 13 42 238 2
BN_set_bit 5 18 130 2
BN_clear_bit 3 14 86 2
BN_is_bit_set 3 12 81 2
BN_mask_bits 4 19 100 2
BN_set_negative 3 7 34 2
bn_cmp_words 6 16 119 3
bn_cmp_part_words 7 18 116 4
BN_consttime_swap 12 30 224 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_print.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_bn2hex 8 29 206 1
BN_bn2dec 16 63 376 1
BN_hex2bn 22 63 415 2
BN_dec2bn 15 53 306 2
BN_asc2bn 8 16 107 2
BN_print_fp 2 11 68 2
BN_print 10 22 186 2
BN_options 3 13 94 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_exp2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_mod_exp2_mont 55 156 1108 8
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_add.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_add 6 28 162 3
BN_uadd 10 48 271 3
BN_usub 17 74 432 3
BN_sub 11 43 245 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_sqr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_sqr 17 66 483 3
bn_sqr_normal 3 26 185 4
bn_sqr_recursive 11 52 463 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_mod.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_nnmod 4 11 78 4
BN_mod_add 2 7 54 5
BN_mod_add_quick 3 8 62 4
BN_mod_sub 2 7 54 5
BN_mod_sub_quick 3 8 57 4
BN_mod_mul 6 26 153 5
BN_mod_sqr 2 6 49 4
BN_mod_lshift1 2 7 52 4
BN_mod_lshift1_quick 3 9 60 3
BN_mod_lshift 5 17 113 5
BN_mod_lshift_quick 11 32 172 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_mul.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_sub_part_words 39 124 687 5
bn_add_part_words 47 160 890 5
bn_mul_recursive 33 106 1041 7
bn_mul_part_recursive 29 122 1230 7
bn_mul_low_recursive 3 17 323 5
bn_mul_high 28 130 1335 6
BN_mul 49 130 917 4
bn_mul_normal 9 38 285 5
bn_mul_low_normal 7 21 175 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_rand.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bnrand 16 57 353 5
BN_rand 1 4 31 4
BN_pseudo_rand 1 4 31 4
BN_bntest_rand 1 4 31 4
bn_rand_range 17 41 275 3
BN_rand_range 1 4 23 2
BN_pseudo_rand_range 1 4 23 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_nist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_get0_nist_prime_192 1 4 10 1
BN_get0_nist_prime_224 1 4 10 1
BN_get0_nist_prime_256 1 4 10 1
BN_get0_nist_prime_384 1 4 10 1
BN_get0_nist_prime_521 1 4 10 1
nist_cp_bn_0 4 9 69 4
nist_cp_bn 2 6 42 3
BN_nist_mod_192 10 98 824 4
BN_nist_mod_224 15 124 1109 4
BN_nist_mod_256 13 177 1615 4
BN_nist_mod_384 13 205 1890 4
BN_nist_mod_521 9 47 405 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_lcl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_const.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
get_rfc2409_prime_768 1 14 224 1
get_rfc2409_prime_1024 1 17 288 1
get_rfc3526_prime_1536 1 22 416 1
get_rfc3526_prime_2048 1 28 544 1
get_rfc3526_prime_3072 1 38 800 1
get_rfc3526_prime_4096 1 49 1056 1
get_rfc3526_prime_6144 1 70 1568 1
get_rfc3526_prime_8192 1 92 2080 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_gcd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_gcd 8 33 202 4
BN_gcd_ct 2 6 43 4
BN_gcd_nonct 1 4 34 4
euclid 16 60 273 2
BN_mod_inverse_internal 73 177 1144 5
BN_mod_inverse 2 6 63 4
BN_mod_inverse_nonct 1 4 36 4
BN_mod_inverse_ct 1 4 36 4
BN_mod_inverse_no_branch 28 87 564 4
BN_gcd_no_branch 21 70 470 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_kron.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_kronecker 23 75 458 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_gf2m.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_GF2m_mul_1x1 6 143 1141 4
bn_GF2m_mul_2x2 1 10 115 5
BN_GF2m_add 5 25 168 3
BN_GF2m_mod_arr 15 67 484 3
BN_GF2m_mod 3 15 115 3
BN_GF2m_mod_mul_arr 11 39 344 5
BN_GF2m_mod_mul 4 22 147 5
BN_GF2m_mod_sqr_arr 5 24 185 4
BN_GF2m_mod_sqr 4 20 135 4
BN_GF2m_mod_inv 41 143 957 4
BN_GF2m_mod_inv_arr 3 16 99 4
BN_GF2m_mod_div 4 21 129 5
BN_GF2m_mod_div 31 73 478 5
BN_GF2m_mod_div_arr 3 18 111 5
BN_GF2m_mod_exp_arr 10 33 228 5
BN_GF2m_mod_exp 4 22 147 5
BN_GF2m_mod_sqrt_arr 4 20 124 4
BN_GF2m_mod_sqrt 4 20 135 4
BN_GF2m_mod_solve_quad_arr 32 88 589 4
BN_GF2m_mod_solve_quad 4 20 135 4
BN_GF2m_poly2arr 8 25 151 3
BN_GF2m_arr2poly 3 12 71 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_depr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_generate_prime 8 20 153 7
BN_is_prime 1 7 60 5
BN_is_prime_fasttest 1 9 65 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_prime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_GENCB_call 5 17 87 3
BN_generate_prime_ex 23 67 398 6
BN_is_prime_ex 1 4 34 4
BN_is_prime_fasttest_ex 31 89 556 5
witness 8 20 139 7
probable_prime 8 30 197 2
probable_prime_dh 12 38 238 5
probable_prime_dh_safe 21 54 374 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_shift.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_lshift1 7 30 202 2
BN_rshift1 8 32 219 2
BN_lshift 5 31 256 3
BN_rshift 10 43 319 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_prime.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_word.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_mod_word 5 27 215 2
BN_div_word 7 27 202 2
BN_add_word 11 30 205 2
BN_sub_word 11 40 254 2
BN_mul_word 5 20 112 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_sqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_mod_sqrt 86 217 1365 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_exp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_exp 16 42 265 4
BN_mod_exp_internal 5 19 148 6
BN_mod_exp 1 6 52 5
BN_mod_exp_ct 1 5 43 5
BN_mod_exp_nonct 1 5 43 5
BN_mod_exp_recp 31 105 671 5
BN_mod_exp_mont_internal 38 121 794 7
BN_mod_exp_mont 1 6 58 6
BN_mod_exp_mont_ct 1 5 49 6
BN_mod_exp_mont_nonct 1 5 49 6
MOD_EXP_CTIME_COPY_TO_PREBUF 3 13 98 5
MOD_EXP_CTIME_COPY_FROM_PREBUF 7 42 391 5
BN_mod_exp_mont_consttime 53 184 1702 6
BN_mod_exp_mont_word 34 114 624 6
BN_mod_exp_simple 27 91 587 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_asm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_mul_add_words 4 23 167 4
bn_mul_words 4 23 167 4
bn_sqr_words 4 21 157 3
bn_mul_add_words 4 26 199 4
bn_mul_words 4 26 199 4
bn_sqr_words 4 21 157 3
bn_div_words 1 4 42 3
bn_div_words 13 56 360 3
bn_add_words 4 35 257 4
bn_add_words 4 51 368 4
bn_sub_words 9 46 314 4
bn_mul_comba8 1 101 1419 3
bn_mul_comba4 1 37 419 3
bn_sqr_comba8 1 73 724 2
bn_sqr_comba4 1 31 254 2
bn_mul_mont 21 63 613 6
bn_mul_mont 1 3 34 6
bn_sqr_comba4 1 5 30 2
bn_sqr_comba8 1 5 30 2
bn_mul_comba4 1 7 116 3
bn_mul_comba8 1 11 216 3
bn_mul_mont 10 31 315 6
bn_mul_mont 1 5 34 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_recp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_RECP_CTX_init 1 7 40 1
BN_RECP_CTX_new 2 9 47 1
BN_RECP_CTX_free 3 9 49 1
BN_RECP_CTX_set 2 9 65 3
BN_mod_mul_reciprocal 6 26 153 5
BN_div_recp 23 67 481 5
BN_reciprocal 4 17 104 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_div.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_div_internal 49 173 1234 6
BN_div 2 7 69 5
BN_div_nonct 1 5 42 5
BN_div_ct 1 5 42 5
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_mont.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_mod_mul_montgomery 14 37 261 5
BN_from_montgomery_word 12 67 610 3
BN_from_montgomery 13 36 275 4
BN_MONT_CTX_new 2 9 47 1
BN_MONT_CTX_init 1 9 66 1
BN_MONT_CTX_free 3 10 59 1
BN_MONT_CTX_set 33 97 779 3
BN_MONT_CTX_copy 5 15 133 2
BN_MONT_CTX_set_locked 6 25 118 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_blind.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BN_BLINDING_new 9 28 187 3
BN_BLINDING_free 2 10 49 1
BN_BLINDING_update 12 25 200 2
BN_BLINDING_convert 1 4 28 3
BN_BLINDING_convert_ex 8 20 142 4
BN_BLINDING_invert 1 4 28 3
BN_BLINDING_invert_ex 3 16 104 4
BN_BLINDING_get_thread_id 1 4 14 1
BN_BLINDING_set_thread_id 1 4 18 2
BN_BLINDING_thread_id 1 4 14 1
BN_BLINDING_get_flags 1 4 14 1
BN_BLINDING_set_flags 1 4 18 2
BN_BLINDING_create_param 20 58 409 6
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_ctx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctxdbg 5 24 161 1
BN_CTX_init 1 8 42 1
BN_CTX_new 2 14 70 1
BN_CTX_free 5 22 122 1
BN_CTX_start 4 11 63 1
BN_CTX_end 3 14 80 1
BN_CTX_get 4 16 84 1
BN_STACK_init 1 5 24 1
BN_STACK_finish 2 5 21 1
BN_STACK_reset 1 4 14 1
BN_STACK_push 6 21 139 2
BN_STACK_pop 1 4 21 1
BN_POOL_init 1 5 32 1
BN_POOL_finish 4 15 80 1
BN_POOL_reset 4 16 79 1
BN_POOL_get 7 30 199 1
BN_POOL_release 3 13 77 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/bn/bn_x931p.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_x931_derive_pi 7 18 119 4
BN_X931_derive_prime_ex 28 66 483 9
BN_X931_generate_Xpq 9 26 167 4
BN_X931_generate_prime_ex 8 24 175 9
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/m88k/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/i386/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/sparc64/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/alpha/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/amd64/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arch/aarch64/opensslconf.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/whrlpool/wp_block.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
whirlpool_block 17 152 3519 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/whrlpool/wp_locl.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/whrlpool/wp_dgst.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WHIRLPOOL_Init 1 5 26 1
WHIRLPOOL_Update 3 14 93 3
WHIRLPOOL_BitUpdate 19 107 622 3
WHIRLPOOL_Final 8 32 293 2
WHIRLPOOL 2 10 67 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/whrlpool/whrlpool.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/arm_arch.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/o_time.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_gmtime_adj 6 34 225 3
date_to_julian 1 7 86 3
julian_to_date 1 14 141 4
Source file: /home/sergeyb/sources/src/lib/libcrypto/o_init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_init 1 3 6 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/cryptlib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_get_new_lockid 5 20 105 1
CRYPTO_num_locks 1 4 9 1
CRYPTO_get_new_dynlockid 7 42 236 1
CRYPTO_destroy_dynlockid 8 26 135 1
CRYPTO_get_dynlock_value 6 15 77 1
void( * CRYPTO_get_dynlock_lock_callback(void)) 1 5 24 4
void( * CRYPTO_get_dynlock_destroy_callback(void)) 1 5 21 3
CRYPTO_set_dynlock_create_callback 1 5 25 1
CRYPTO_set_dynlock_lock_callback 1 5 31 1
CRYPTO_set_dynlock_destroy_callback 1 5 28 1
void( * CRYPTO_get_locking_callback(void)) 1 5 22 4
int( * CRYPTO_get_add_lock_callback(void)) 1 5 26 5
CRYPTO_set_locking_callback 1 5 29 1
CRYPTO_set_add_lock_callback 1 5 33 1
CRYPTO_THREADID_set_numeric 1 5 31 2
CRYPTO_THREADID_set_pointer 2 14 108 2
CRYPTO_THREADID_set_callback 2 7 28 1
void( * CRYPTO_THREADID_get_callback(void)) 1 4 9 1
CRYPTO_THREADID_current 3 12 50 1
CRYPTO_THREADID_cmp 1 4 28 2
CRYPTO_THREADID_cpy 1 4 26 2
CRYPTO_THREADID_hash 1 4 14 1
long( * CRYPTO_get_id_callback(void)) 1 4 10 1
CRYPTO_set_id_callback 1 4 18 1
CRYPTO_thread_id 2 9 42 1
CRYPTO_lock 9 33 181 4
CRYPTO_add_lock 5 30 181 5
CRYPTO_get_lock_name 4 12 63 1
OPENSSL_cpu_caps 1 4 9 1
OPENSSL_cpuid_setup 2 9 34 1
OPENSSL_cpu_caps 1 4 9 1
OPENSSL_cpuid_setup 1 3 6 1
OPENSSL_showfatal 1 7 35 2
OpenSSLDie 1 7 32 3
CRYPTO_memcmp 2 10 70 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/ex_data.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
impl_check 2 7 26 1
CRYPTO_get_ex_data_implementation 1 5 10 1
CRYPTO_set_ex_data_implementation 2 11 42 1
ex_class_item_hash 1 4 14 1
ex_class_item_cmp 1 4 22 2
ex_data_check 2 10 42 1
def_cleanup_util_cb 1 4 13 1
def_cleanup_cb 1 6 32 1
def_get_class 5 26 133 1
def_add_index 4 28 169 6
int_new_class 1 8 27 1
int_cleanup 1 8 31 1
int_get_new_index 2 9 60 6
int_new_ex_data 10 35 231 3
int_dup_ex_data 12 39 267 3
int_free_ex_data 11 37 244 3
CRYPTO_ex_data_new_class 1 5 15 1
CRYPTO_cleanup_all_ex_data 1 5 14 1
CRYPTO_get_ex_new_index 1 9 56 6
CRYPTO_new_ex_data 1 5 29 3
CRYPTO_dup_ex_data 1 5 29 3
CRYPTO_free_ex_data 1 5 28 3
CRYPTO_set_ex_data 5 20 114 3
CRYPTO_get_ex_data 3 9 55 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/mem_clr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_cleanse 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/cversion.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSLeay_version 6 16 56 1
SSLeay 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/cpt_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_CRYPTO_strings 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/sparcv9cap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_mul_mont 4 12 155 6
common_handler 1 4 14 1
OPENSSL_cpuid_setup 6 41 254 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/ppccap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bn_mul_mont 1 5 47 6
OPENSSL_cpuid_setup 4 15 83 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/md32_common.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ROTATE 1 4 29 2
HASH_UPDATE 8 44 292 3
HASH_TRANSFORM 1 4 23 2
HASH_FINAL 4 24 177 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/opensslfeatures.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/cryptlib.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/x86_arch.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/armcap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ill_handler 1 2 14 1
OPENSSL_cpuid_setup 5 28 175 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/mem_dbg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_mem_ctrl 1 4 12 1
CRYPTO_is_mem_check_on 1 4 11 1
CRYPTO_dbg_set_options 1 4 9 1
CRYPTO_dbg_get_options 1 4 11 1
CRYPTO_push_info_ 1 4 22 3
CRYPTO_pop_info 1 4 11 1
CRYPTO_remove_all_info 1 4 11 1
CRYPTO_dbg_malloc 1 5 26 5
CRYPTO_dbg_free 1 4 15 2
CRYPTO_dbg_realloc 1 5 30 6
CRYPTO_mem_leaks 1 4 10 1
CRYPTO_mem_leaks_fp 1 4 10 1
CRYPTO_mem_leaks_cb 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/opensslv.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/crypto.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/o_time.h
Source file: /home/sergeyb/sources/src/lib/libcrypto/malloc-wrapper.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CRYPTO_set_mem_functions 1 5 40 3
CRYPTO_set_mem_ex_functions 1 5 52 3
CRYPTO_set_locked_mem_functions 1 4 27 2
CRYPTO_set_locked_mem_ex_functions 1 5 33 2
CRYPTO_set_mem_debug_functions 1 6 80 5
CRYPTO_get_mem_functions 4 10 70 3
CRYPTO_get_mem_ex_functions 4 10 82 3
CRYPTO_get_locked_mem_functions 3 7 46 2
CRYPTO_get_locked_mem_ex_functions 3 8 52 2
CRYPTO_get_mem_debug_functions 6 15 132 5
CRYPTO_malloc_locked 2 6 30 3
CRYPTO_free_locked 1 4 13 1
CRYPTO_malloc 2 6 30 3
CRYPTO_strdup 1 4 23 3
CRYPTO_realloc 2 6 36 4
CRYPTO_realloc_clean 6 15 84 5
CRYPTO_free 1 4 13 1
CRYPTO_remalloc 1 5 30 4
CRYPTO_set_mem_debug_options 1 4 9 1
CRYPTO_get_mem_debug_options 1 4 9 1
Source file: /home/sergeyb/sources/src/lib/libcrypto/constant_time_locl.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
constant_time_msb 1 4 27 1
constant_time_lt 1 4 36 2
constant_time_lt_8 1 4 26 2
constant_time_ge 1 4 20 2
constant_time_ge_8 1 4 26 2
constant_time_is_zero 1 4 20 1
constant_time_is_zero_8 1 4 20 1
constant_time_eq 1 4 20 2
constant_time_eq_8 1 4 26 2
constant_time_eq_int 1 4 28 2
constant_time_eq_int_8 1 4 28 2
constant_time_select 1 6 29 3
constant_time_select_8 1 6 32 3
constant_time_select_int 1 4 39 3
Source file: /home/sergeyb/sources/src/lib/libcrypto/o_str.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
OPENSSL_strncasecmp 1 4 27 3
OPENSSL_strcasecmp 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libcrypto/ossl_typ.h
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_sched.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_getschedparam 3 10 52 3
pthread_setschedparam 6 13 70 3
pthread_attr_getschedparam 1 6 29 2
pthread_attr_setschedparam 1 6 29 2
pthread_attr_getschedpolicy 1 5 28 2
pthread_attr_setschedpolicy 4 8 44 2
pthread_attr_getinheritsched 1 5 28 2
pthread_attr_setinheritsched 3 8 40 2
pthread_getprio 2 6 27 1
pthread_setprio 2 7 34 2
pthread_yield 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_np.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_set_name_np 1 4 28 2
pthread_main_np 3 5 26 1
pthread_stackseg_np 10 37 264 2
Source file: /home/sergeyb/sources/src/lib/librthread/sched_prio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sched_get_priority_max 3 8 34 1
sched_get_priority_min 3 8 34 1
Source file: /home/sergeyb/sources/src/lib/librthread/pthread.h
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_stack.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_rthread_alloc_stack 17 68 443 1
_rthread_free_stack 4 13 78 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_sem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_sem_wait 10 30 182 4
_sem_post 3 15 80 1
sem_init 11 45 250 3
sem_destroy 6 21 106 1
sem_getvalue 3 12 68 2
sem_post 3 10 46 1
sem_wait 5 23 122 1
sem_timedwait 6 23 134 2
sem_trywait 4 15 73 1
makesempath 1 6 45 3
sem_open 16 77 434 3
sem_close 4 12 63 1
sem_unlink 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_rwlockattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_rwlockattr_init 2 10 50 1
pthread_rwlockattr_destroy 1 6 24 1
pthread_rwlockattr_getpshared 1 5 28 2
pthread_rwlockattr_setpshared 2 7 36 2
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_mutexattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_mutexattr_init 2 10 50 1
pthread_mutexattr_destroy 1 6 24 1
pthread_mutexattr_settype 3 7 40 2
pthread_mutexattr_gettype 1 5 27 2
pthread_mutexattr_setprotocol 3 7 40 2
pthread_mutexattr_getprotocol 1 5 27 2
pthread_mutexattr_setprioceiling 3 8 40 2
pthread_mutexattr_getprioceiling 1 5 27 2
pthread_mutexattr_getkind_np 2 9 32 1
pthread_mutexattr_setkind_np 5 12 58 2
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_spin_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_spin_init 4 14 76 2
pthread_spin_destroy 4 10 56 1
pthread_spin_trylock 5 14 79 1
pthread_spin_lock 4 13 71 1
pthread_spin_unlock 4 13 71 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_fork.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_dofork 6 28 144 1
_thread_fork 1 4 13 1
_thread_vfork 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_sig.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sigwait 4 15 91 2
sigwaitinfo 1 10 59 2
sigtimedwait 1 11 65 3
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_mutex_prio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_mutex_getprioceiling 2 8 44 2
pthread_mutex_setprioceiling 5 16 86 3
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_rwlock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_rwlock_init 2 12 64 2
pthread_rwlock_destroy 4 15 78 1
_rthread_rwlock_ensure_init 3 12 55 1
_rthread_rwlock_rdlock 9 30 196 3
pthread_rwlock_rdlock 1 4 20 1
pthread_rwlock_tryrdlock 1 4 20 1
pthread_rwlock_timedrdlock 5 8 55 2
_rthread_rwlock_wrlock 9 34 219 3
pthread_rwlock_wrlock 1 4 20 1
pthread_rwlock_trywrlock 1 4 20 1
pthread_rwlock_timedwrlock 5 8 55 2
pthread_rwlock_unlock 5 33 191 1
Source file: /home/sergeyb/sources/src/lib/librthread/namespace.h
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_attr_init 3 12 58 1
pthread_attr_destroy 1 6 24 1
pthread_attr_getguardsize 1 5 28 2
pthread_attr_setguardsize 1 5 25 2
pthread_attr_getdetachstate 1 5 28 2
pthread_attr_setdetachstate 4 9 50 2
pthread_attr_getstack 1 7 42 3
pthread_attr_setstack 3 10 61 3
pthread_attr_getstacksize 1 5 28 2
pthread_attr_setstacksize 4 10 52 2
pthread_attr_getstackaddr 1 5 28 2
pthread_attr_setstackaddr 4 9 57 2
pthread_attr_getscope 1 5 28 2
pthread_attr_setscope 3 8 40 2
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_cb.h
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_barrier_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_barrierattr_init 3 10 57 1
pthread_barrierattr_destroy 3 7 35 1
pthread_barrierattr_getpshared 3 7 43 2
pthread_barrierattr_setpshared 4 9 52 2
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_getcpuclockid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_getcpuclockid 1 6 30 2
Source file: /home/sergeyb/sources/src/lib/librthread/rthread.h
Source file: /home/sergeyb/sources/src/lib/librthread/rthread_barrier.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_barrier_init 11 32 195 3
pthread_barrier_destroy 6 20 125 1
pthread_barrier_wait 13 41 278 1
Source file: /home/sergeyb/sources/src/lib/librthread/rthread.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dlctl 1 1 18 3
_rthread_start 1 7 33 1
sigthr_handler 6 14 74 1
multi_threaded_errnoptr 1 4 16 1
multi_threaded_tcb 1 4 13 1
_rthread_free 1 6 29 1
_thread_release 2 15 82 1
_thread_key_zero 3 11 58 1
_rthread_init 3 33 202 1
_rthread_reaper 3 24 140 1
pthread_join 9 32 187 2
pthread_detach 3 17 92 1
pthread_create 8 56 378 4
pthread_kill 3 9 56 2
pthread_cancel 5 14 89 1
pthread_testcancel 3 6 36 1
pthread_setcancelstate 5 17 86 2
pthread_setcanceltype 5 17 87 2
pthread_cleanup_push 2 12 76 2
pthread_cleanup_pop 3 12 57 1
pthread_getconcurrency 1 4 11 1
pthread_setconcurrency 2 7 27 1
_thread_dump_info 1 9 51 1
_rthread_dl_lock 10 38 220 1
Source file: /home/sergeyb/sources/src/lib/librthread/pthread_np.h
Source file: /home/sergeyb/sources/src/lib/libz/zutil.h
Source file: /home/sergeyb/sources/src/lib/libz/deflate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
deflateInit_ 1 9 46 4
deflateInit2_ 28 76 645 8
deflateSetDictionary 12 32 233 3
deflateReset 9 26 172 1
deflateSetHeader 4 9 53 2
deflatePrime 3 10 69 3
deflateParams 13 29 203 3
deflateTune 3 16 81 5
deflateBound 5 15 95 2
putShortMSB 1 7 44 2
flush_pending 4 16 113 1
deflate 95 251 1993 2
deflateEnd 11 23 138 1
deflateCopy 10 40 428 2
read_buf 6 20 140 3
lm_init 2 17 126 1
longest_match 34 71 746 2
longest_match_fast 15 27 295 2
check_match 5 19 144 4
fill_window 16 46 385 1
deflate_stored 12 33 247 2
deflate_fast 25 60 462 2
deflate_slow 29 73 580 2
deflate_rle 13 43 273 2
Source file: /home/sergeyb/sources/src/lib/libz/crc32.h
Source file: /home/sergeyb/sources/src/lib/libz/zconf.h
Source file: /home/sergeyb/sources/src/lib/libz/inffixed.h
Source file: /home/sergeyb/sources/src/lib/libz/inffast.h
Source file: /home/sergeyb/sources/src/lib/libz/compress.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
compress2 7 29 200 5
compress 1 8 42 4
compressBound 1 5 28 1
Source file: /home/sergeyb/sources/src/lib/libz/inftrees.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inflate_table 42 184 1436 6
Source file: /home/sergeyb/sources/src/lib/libz/zlib.h
Source file: /home/sergeyb/sources/src/lib/libz/inflate.h
Source file: /home/sergeyb/sources/src/lib/libz/zutil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
zlibVersion 1 4 8 0
zlibCompileFlags 29 46 306 0
z_error 1 6 24 1
zError 1 5 15 1
zmemcpy 3 10 49 3
zmemcmp 3 11 73 3
zmemzero 3 9 40 2
zcalloc 5 17 147 3
zcfree 5 19 109 2
zcalloc 2 5 32 3
zcfree 2 5 23 2
zcalloc 4 10 54 3
zcfree 2 7 25 2
Source file: /home/sergeyb/sources/src/lib/libz/infback.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inflateBackInit_ 11 33 236 5
fixedtables 8 31 237 1
inflateBack 73 328 2221 5
inflateBackEnd 4 10 60 1
Source file: /home/sergeyb/sources/src/lib/libz/uncompr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uncompress 8 29 199 4
Source file: /home/sergeyb/sources/src/lib/libz/adler32.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
adler32 13 55 261 3
adler32_combine 5 20 158 3
Source file: /home/sergeyb/sources/src/lib/libz/inffast.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inflate_fast 44 223 1433 2
Source file: /home/sergeyb/sources/src/lib/libz/trees.h
Source file: /home/sergeyb/sources/src/lib/libz/gzio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gz_open 25 85 716 3
gzopen 1 6 29 2
gzdopen 2 9 56 2
gzsetparams 5 16 116 3
get_byte 5 17 123 1
check_header 23 50 420 1
destroy 11 25 161 1
gzread 27 87 710 3
gzgetc 2 6 31 1
gzungetc 6 13 93 2
gzgets 8 11 82 3
gzwrite 7 28 235 3
gzprintf 4 13 102 3
gzprintf 4 17 240 22
gzputc 2 7 45 2
gzputs 1 6 36 2
do_flush 13 29 238 2
gzflush 3 10 61 2
gzseek 29 66 455 3
gzrewind 4 16 128 1
gztell 1 5 19 1
gzeof 4 8 50 1
gzdirect 3 7 39 1
putLong 2 10 52 2
getLong 2 12 88 1
gzclose 5 14 101 1
gzerror 7 24 226 2
gzclearerr 3 9 54 1
Source file: /home/sergeyb/sources/src/lib/libz/trees.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
send_bits 3 18 138 3
tr_static_init 16 54 474 0
gen_trees_header 7 39 334 0
_tr_init 2 17 106 1
init_block 4 11 116 1
pqdownheap 5 18 141 3
gen_bitlen 14 56 496 2
gen_codes 5 23 203 3
build_tree 11 48 494 2
scan_tree 11 38 270 3
send_tree 13 40 322 3
build_bl_tree 3 15 142 1
send_all_trees 6 22 223 4
_tr_stored_block 2 11 88 4
_tr_align 4 15 98 1
Source file: /home/sergeyb/sources/src/lib/libz/deflate.h
Source file: /home/sergeyb/sources/src/lib/libz/crc32.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
make_crc_table 14 52 407 0
write_table 5 9 73 2
get_crc_table 3 6 23 0
crc32 10 26 139 3
crc32_little 7 29 193 3
crc32_big 7 31 209 3
gf2_matrix_times 3 14 53 2
gf2_matrix_square 2 8 49 2
crc32_combine 7 34 180 3
Source file: /home/sergeyb/sources/src/lib/libz/inftrees.h
Source file: /home/sergeyb/sources/src/lib/libz/inflate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inflateReset 3 23 156 1
inflatePrime 5 14 100 3
inflateInit2_ 13 39 268 4
inflateInit_ 1 7 33 3
fixedtables 8 31 237 1
makefixed 7 37 247 0
updatewindow 9 42 295 2
inflate 198 591 4042 2
inflateEnd 5 13 95 1
inflateSetDictionary 9 35 221 3
inflateGetHeader 4 12 77 2
syncsearch 6 21 106 3
inflateSync 8 34 262 1
inflateSyncPoint 4 8 55 1
inflateCopy 12 40 324 2
Source file: /home/sergeyb/sources/src/lib/libsndio/debug.h
Source file: /home/sergeyb/sources/src/lib/libsndio/mio_priv.h
Source file: /home/sergeyb/sources/src/lib/libsndio/mio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mio_open 13 29 200 3
_mio_create 1 8 45 4
mio_close 1 4 18 1
mio_psleep 7 30 148 2
mio_read 10 31 162 3
mio_write 10 36 179 3
mio_nfds 1 4 19 1
mio_pollfd 2 6 40 3
mio_revents 2 6 35 2
mio_eof 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libsndio/sio_aucat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sio_aucat_runmsg 10 52 361 1
sio_aucat_buildmsg 2 12 100 1
_sio_aucat_open 3 18 119 3
sio_aucat_close 3 8 66 1
sio_aucat_start 3 22 220 1
sio_aucat_stop 14 41 286 1
sio_aucat_setpar 4 22 277 2
sio_aucat_getpar 6 32 381 2
sio_aucat_getcap 21 71 508 2
sio_aucat_read 3 9 71 3
sio_aucat_write 8 21 165 3
sio_aucat_nfds 1 4 12 1
sio_aucat_pollfd 2 8 62 3
sio_aucat_revents 8 21 134 2
sio_aucat_setvol 1 6 34 2
sio_aucat_getvol 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/libsndio/amsg.h
Source file: /home/sergeyb/sources/src/lib/libsndio/sio_priv.h
Source file: /home/sergeyb/sources/src/lib/libsndio/mio_aucat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mio_aucat_runmsg 4 24 146 1
_mio_aucat_open 4 16 115 3
mio_aucat_close 2 8 66 1
mio_aucat_read 3 9 71 3
mio_aucat_write 4 12 101 3
mio_aucat_nfds 1 4 12 1
mio_aucat_pollfd 2 8 62 3
mio_aucat_revents 8 20 121 2
Source file: /home/sergeyb/sources/src/lib/libsndio/debug.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_sndio_debug_init 5 9 52 1
_sndio_parsetype 5 12 55 2
_sndio_parsenum 7 21 120 3
Source file: /home/sergeyb/sources/src/lib/libsndio/sio_sun.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sio_sun_adjpar 4 16 90 2
sio_sun_testpar 24 42 297 5
sio_sun_getcap 23 96 802 2
sio_sun_getfd 10 38 215 3
sio_sun_fdopen 4 17 104 3
_sio_sun_open 5 14 81 3
sio_sun_close 3 7 42 1
sio_sun_start 3 23 162 1
sio_sun_stop 3 14 72 1
sio_sun_setpar 8 32 245 2
sio_sun_getpar 2 22 161 2
sio_sun_read 5 20 111 3
sio_sun_write 4 17 102 3
sio_sun_nfds 1 4 12 1
sio_sun_pollfd 4 17 131 3
sio_sun_revents 14 60 474 2
Source file: /home/sergeyb/sources/src/lib/libsndio/aucat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_aucat_rmsg 8 36 213 2
_aucat_wmsg 8 35 214 2
_aucat_rdata 8 31 171 4
_aucat_wdata 12 44 251 5
aucat_mkcookie 15 74 419 1
aucat_connect_tcp 8 45 287 3
aucat_connect_un 6 32 212 2
parsedev 5 18 103 2
parsestr 6 17 96 3
_aucat_open 23 95 666 3
_aucat_close 7 16 106 2
_aucat_setfl 3 9 53 3
_aucat_pollfd 2 8 46 3
_aucat_revents 1 6 33 2
Source file: /home/sergeyb/sources/src/lib/libsndio/mio_rmidi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mio_rmidi_getfd 10 42 230 3
mio_rmidi_fdopen 3 11 72 3
_mio_rmidi_open 5 14 81 3
mio_rmidi_close 3 9 52 1
mio_rmidi_read 5 20 111 3
mio_rmidi_write 4 15 88 3
mio_rmidi_nfds 1 4 12 1
mio_rmidi_pollfd 1 7 46 3
mio_rmidi_revents 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libsndio/aucat.h
Source file: /home/sergeyb/sources/src/lib/libsndio/sio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sio_initpar 1 5 28 1
sio_open 11 27 186 3
_sio_create 1 11 63 4
sio_close 1 4 18 1
sio_start 7 25 145 1
sio_stop 5 18 87 1
sio_setpar 7 25 143 2
sio_getpar 4 18 86 2
sio_getcap 3 13 64 2
sio_psleep 7 30 148 2
sio_rdrop 4 16 87 1
sio_wsil 4 16 87 1
sio_read 14 38 210 3
sio_write 13 39 227 3
sio_nfds 1 4 19 1
sio_pollfd 3 8 51 3
sio_revents 12 27 176 2
sio_eof 1 4 14 1
sio_onmove 2 10 58 3
_sio_printpos 8 39 305 1
_sio_onmove_cb 8 17 135 2
sio_setvol 4 11 63 2
sio_onvol 3 14 84 3
_sio_onvol_cb 2 5 30 2
Source file: /home/sergeyb/sources/src/lib/libc/dlfcn/init.h
Source file: /home/sergeyb/sources/src/lib/libc/dlfcn/dlfcn_stubs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dlopen 1 5 20 2
dlclose 1 5 16 1
dlsym 1 5 21 2
dlctl 1 4 19 3
dlerror 1 4 9 1
dl_iterate_phdr 2 8 50 2
dladdr 1 5 23 2
__tls_get_addr 1 4 11 1
___tls_get_addr 1 4 10 1
Source file: /home/sergeyb/sources/src/lib/libc/dlfcn/init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_csu_finish 13 38 217 3
early_static_init 3 15 100 2
setup_static_tib 12 40 291 2
_static_tls_init 5 16 97 2
Source file: /home/sergeyb/sources/src/lib/libc/dlfcn/tib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_dl_allocate_tib 7 21 141 1
_dl_free_tib 4 9 52 2
Source file: /home/sergeyb/sources/src/lib/libc/asr/getaddrinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getaddrinfo 6 22 138 4
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_mkquery.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_mkquery 12 38 317 9
res_querydomain 6 25 173 6
Source file: /home/sergeyb/sources/src/lib/libc/asr/gethostnamadr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_fillhostent 11 49 398 4
_gethostbyname 4 21 140 6
gethostbyname 2 9 50 1
gethostbyname2 3 14 70 2
gethostbyaddr 4 25 145 3
Source file: /home/sergeyb/sources/src/lib/libc/asr/getnetnamadr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_fillnetent 7 34 261 4
getnetbyname 3 19 111 1
getnetbyaddr 3 19 114 2
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_send_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_send_async 5 39 269 3
res_query_async 1 10 70 4
_res_query_async_ctx 4 15 104 4
res_send_async_run 30 133 709 2
sockaddr_connect 5 20 112 2
setup_query 12 61 499 5
udp_send 4 20 139 1
udp_recv 4 24 171 1
tcp_write 8 51 388 1
tcp_read 14 59 470 1
ensure_ibuf 3 12 95 2
validate_packet 16 57 401 1
iter_ns 6 19 162 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_init 9 37 306 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/asr_private.h
Source file: /home/sergeyb/sources/src/lib/libc/asr/gethostnamadr_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gethostbyname_async 1 4 23 2
gethostbyname2_async 7 28 176 3
gethostbyaddr_async 1 9 59 4
_gethostbyaddr_async_ctx 5 17 119 4
gethostnamadr_async_run 42 176 1084 2
hostent_from_addr 4 14 95 3
hostent_file_match 15 42 302 5
hostent_from_packet 23 65 427 4
hostent_alloc 3 15 122 1
hostent_set_cname 5 21 145 3
hostent_add_alias 7 24 170 3
hostent_add_addr 5 15 107 3
Source file: /home/sergeyb/sources/src/lib/libc/asr/getrrsetbyname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getrrsetbyname 3 17 112 5
freerrset 9 25 156 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/getrrsetbyname_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getrrsetbyname_async 4 23 155 5
getrrsetbyname_async_run 18 82 425 2
get_response 17 76 508 3
parse_dns_response 11 44 337 2
parse_dns_qsection 7 34 230 4
parse_dns_rrsection 8 46 312 4
free_dns_query 3 9 42 1
free_dns_rr 4 11 55 1
free_dns_response 2 10 50 1
count_dns_rr 4 10 54 3
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_debug.c
Source file: /home/sergeyb/sources/src/lib/libc/asr/getaddrinfo_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getaddrinfo_async 9 33 243 4
getaddrinfo_async_run 90 286 1814 2
get_port 6 24 158 3
iter_family 4 13 86 2
addrinfo_add 17 52 442 3
addrinfo_from_file 9 31 211 3
addrinfo_from_pkt 11 48 370 3
addrconfig_setup 9 31 183 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_search_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_search_async 1 10 70 4
_res_search_async_ctx 4 18 123 4
res_search_async_run 21 89 528 2
domcat 2 9 64 4
_asr_iter_domain 16 50 358 4
Source file: /home/sergeyb/sources/src/lib/libc/asr/asr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_asr_resolver 11 29 161 1
_asr_resolver_done 3 14 71 1
asr_abort 1 4 14 1
asr_run 4 15 110 2
asr_run_sync 8 27 193 2
_asr_async_new 4 14 98 2
_asr_async_free 24 50 346 1
_asr_use_resolver 4 20 103 1
asr_ctx_ref 1 5 26 1
_asr_ctx_unref 4 10 46 1
asr_ctx_free 4 11 76 1
asr_check_reload 10 32 196 1
_asr_make_fqdn 12 26 199 4
asr_ndots 3 8 40 1
asr_ctx_create 2 16 108 1
_asr_no_resolver 1 4 11 1
asr_ctx_add_searchdomain 4 12 94 2
strsplit 3 12 79 3
pass0 35 68 654 3
asr_ctx_from_string 10 26 174 2
asr_ctx_from_file 4 19 120 2
asr_ctx_parse 5 25 150 2
asr_ctx_envopts 6 23 159 1
asr_parse_nameserver 4 11 93 2
_asr_strdname 6 25 172 3
_asr_parse_namedb_line 5 22 139 5
_asr_iter_db 2 10 54 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_send.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_send 6 25 151 4
Source file: /home/sergeyb/sources/src/lib/libc/asr/asr_utils.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dname_check_label 3 6 33 2
_asr_dname_from_fqdn 13 37 220 3
dname_expand 17 44 313 6
_asr_pack_init 1 7 40 3
_asr_unpack_init 1 7 41 3
unpack_data 3 12 80 3
unpack_u16 2 7 47 2
unpack_u32 2 7 47 2
unpack_inaddr 1 4 26 2
unpack_in6addr 1 4 26 2
unpack_dname 5 16 107 3
_asr_unpack_header 2 11 94 2
_asr_unpack_query 2 7 66 2
_asr_unpack_rr 15 61 519 2
pack_data 3 12 81 3
pack_u16 1 5 32 2
pack_dname 1 4 31 2
_asr_pack_header 1 11 95 2
_asr_pack_query 2 7 57 4
_asr_pack_edns0 4 12 90 3
_asr_sockaddr_from_str 16 58 392 3
_asr_addr_as_fqdn 3 58 501 4
Source file: /home/sergeyb/sources/src/lib/libc/asr/res_query.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
res_query 8 32 189 5
res_search 8 32 189 5
Source file: /home/sergeyb/sources/src/lib/libc/asr/asr_debug.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rcodetostr 7 12 54 1
print_dname 1 4 28 3
print_rr 12 64 459 3
print_query 1 8 63 3
print_header 8 18 173 3
_asr_dump_packet 13 45 350 3
_asr_print_sockaddr 3 26 163 3
_asr_dump_config 7 45 352 2
_asr_statestr 1 21 88 1
_asr_querystr 1 16 63 1
_asr_transitionstr 1 9 28 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/getnameinfo_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getnameinfo_async 5 27 245 8
getnameinfo_async_run 26 103 705 2
_servname 10 28 253 1
_numerichost 9 29 290 1
Source file: /home/sergeyb/sources/src/lib/libc/asr/getnameinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asr_print_addr 11 38 287 3
asr_print_port 6 32 191 4
getnameinfo 18 46 274 7
Source file: /home/sergeyb/sources/src/lib/libc/asr/getnetnamadr_async.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getnetbyname_async 5 24 140 2
getnetbyaddr_async 3 18 106 3
getnetnamadr_async_run 27 134 769 2
netent_file_match 13 42 277 3
netent_from_packet 15 47 296 3
netent_alloc 2 13 96 1
netent_set_cname 5 21 145 3
netent_add_alias 7 24 172 3
Source file: /home/sergeyb/sources/src/lib/libc/asr/sethostent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sethostent 1 3 7 1
endhostent 1 3 6 1
gethostent 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/stdio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sread 2 11 61 3
__swrite 2 8 64 3
__sseek 2 13 69 3
__sclose 1 4 24 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fseek.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fseeko 38 131 808 3
fseek 1 4 26 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fputwc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fputwc_unlock 4 30 161 2
fputwc 1 8 38 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fclose.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fclose 8 23 152 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fvwrite.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sfvwrite 28 113 761 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vdprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__dwrite 1 5 35 3
vdprintf 3 19 134 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/putw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putw 1 15 88 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fopen 6 30 187 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fflush.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fflush 3 14 74 1
__sflush 6 21 155 1
__sflush_locked 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/feof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feof 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vfwprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sbprintf 4 21 156 3
__xfputwc 4 23 154 2
__mbsconv 16 47 313 2
__vfwprintf 171 547 2888 3
vfwprintf 1 8 47 3
__find_arguments 103 257 1333 4
__grow_type_table 5 25 192 2
exponent 7 26 164 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/open_wmemstream.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemstream_write 6 29 255 3
wmemstream_seek 6 23 137 3
wmemstream_close 1 6 25 1
open_wmemstream 6 38 252 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/putc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putc_unlocked 2 9 47 2
putc 1 8 38 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vsprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vsprintf 1 14 103 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vswscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
eofread 1 4 20 3
vswscanf 4 31 220 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/swprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
swprintf 1 9 56 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fwalk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_fwalk 5 13 110 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fputws.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fputws 3 15 76 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vfprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sprint 2 12 63 2
__sbprintf 4 21 156 3
__wcsconv 11 43 286 2
vfprintf 1 8 45 3
__vfprintf 173 550 2886 3
__find_arguments 106 261 1362 4
__grow_type_table 5 25 192 2
exponent 7 26 164 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fputs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fputs 1 15 93 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/setbuffer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setbuffer 2 4 33 3
setlinebuf 1 4 22 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vwscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwscanf 1 4 25 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fpurge.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpurge 4 17 101 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/glue.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetws.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fgetws 9 33 159 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/tmpfile.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tmpfile 4 29 215 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/wbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__swbuf 8 23 149 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/findfp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
moreglue 3 26 171 1
__sfp 6 35 218 1
_cleanup 1 4 14 1
__sinit 3 15 72 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/tempnam.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tempnam 21 51 357 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/refill.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lflush 2 6 41 1
__srefill 14 53 340 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/clrerr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clearerr 1 6 23 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetwln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__slbexpand 3 11 85 2
fgetwln 8 27 169 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getc_unlocked 1 4 16 1
getc 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fprintf 1 9 49 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getchar_unlocked 1 4 14 1
getchar 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/sscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
eofread 1 4 20 3
sscanf 1 17 119 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/ungetwc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ungetwc 4 18 87 2
ungetwc 1 8 38 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/ferror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ferror 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fwscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fwscanf 1 9 51 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/open_memstream.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memstream_write 6 27 217 3
memstream_seek 6 22 115 3
memstream_close 1 6 25 1
open_memstream 6 37 232 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vsnprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vsnprintf 3 21 138 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vasprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vasprintf 6 33 248 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/rget.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__srget 2 9 46 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/tmpnam.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tmpnam 2 10 56 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/wcio.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/flockfile.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
flockfile 1 4 13 1
ftrylockfile 2 6 29 1
funlockfile 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fvwrite.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/floatio.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/local.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vsscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
eofread 1 4 20 3
vsscanf 1 12 98 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fileno.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fileno 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vprintf 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fwide.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fwide 6 18 91 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/putwchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putwchar 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/putchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putchar_unlocked 1 5 23 1
putchar 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/remove.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remove 3 9 56 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/flags.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sflags 11 46 176 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/asprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asprintf 6 36 262 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vwprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwprintf 1 4 25 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getline.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getline 1 4 31 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/swscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
swscanf 1 9 52 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fscanf 1 9 49 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/setvbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setvbuf 18 66 403 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getwc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getwc 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fdopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fdopen 10 32 236 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/sprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sprintf 1 17 117 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__slbexpand 3 11 84 2
fgetln 10 52 345 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getdelim.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getdelim 18 66 398 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/funopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
funopen 5 29 188 5
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vscanf 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/ungetc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__submore 5 25 201 1
ungetc 13 47 329 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/puts.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
puts 2 19 132 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgets.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fgets 8 47 250 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fread.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fread 11 44 293 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fwprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fwprintf 1 9 51 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/wprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wprintf 1 9 46 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fgetc 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetpos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fgetpos 1 4 31 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/perror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
perror 3 22 142 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getwchar.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getwchar 1 4 11 0
Source file: /home/sergeyb/sources/src/lib/libc/stdio/freopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
freopen 22 80 528 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/getw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getw 2 5 35 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fgetwc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fgetwc_unlock 6 32 161 1
fgetwc 1 8 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/wsetup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__swsetup 10 28 191 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/makebuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__smakebuf 5 25 158 1
__swhatbuf 6 18 125 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fwrite.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fwrite 7 26 174 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/printf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
printf 1 9 45 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/setbuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setbuf 2 4 30 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vswprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vswprintf 7 50 323 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/wscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wscanf 1 9 46 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/scanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scanf 1 9 45 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fputc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fputc 1 4 21 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vfscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__svfscanf 244 616 3400 3
__sccl 14 46 223 2
vfscanf 1 8 45 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/mktemp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mktemp_internal 21 56 361 4
_mktemp 2 6 34 1
mktemp 1 4 16 1
mkostemps 1 4 28 3
mkstemp 1 4 22 1
mkostemp 1 4 25 2
mkstemps 1 4 25 2
mkdtemp 2 6 33 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/snprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
snprintf 3 24 152 4
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fileext.h
Source file: /home/sergeyb/sources/src/lib/libc/stdio/putwc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putwc 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/stdio/ftell.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ftello 8 27 161 1
ftell 2 9 42 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/rewind.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rewind 1 6 29 1
Source file: /home/sergeyb/sources/src/lib/libc/stdio/dprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dprintf 1 9 47 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/vfwscanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__vfwscanf 234 565 3162 3
vfwscanf 1 8 47 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fmemopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmemopen_read 3 9 75 3
fmemopen_write 6 16 138 3
fmemopen_seek 6 21 101 3
fmemopen_close 1 5 18 1
fmemopen_close_free 1 7 32 1
fmemopen 16 55 392 3
Source file: /home/sergeyb/sources/src/lib/libc/stdio/fsetpos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fsetpos 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/udivdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivdi3 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/ashldi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashldi3 3 16 124 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/floatdidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdidf 3 13 96 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/muldi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__muldi3 9 34 248 2
__lmulq 7 43 289 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/floatunsdidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunsdidf 1 9 66 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/fixdfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixdfdi 4 13 62 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/divdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divdi3 4 15 87 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/adddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__adddi3 1 9 95 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/negdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negdi2 1 8 67 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/umoddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__umoddi3 1 6 31 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/xordi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__xordi3 1 9 63 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/qdivrem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__qdivrem 22 121 1120 3
shl 2 8 97 3
Source file: /home/sergeyb/sources/src/lib/libc/quad/iordi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__iordi3 1 9 63 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/subdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subdi3 1 9 95 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/moddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__moddi3 4 15 83 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/lshrdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lshrdi3 3 16 124 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/lshldi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lshldi3 3 16 124 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/fixunsdfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsdfdi 5 15 91 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/ashrdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashrdi3 3 18 148 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/anddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__anddi3 1 9 63 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/notdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__one_cmpldi2 1 8 52 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/fixsfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixsfdi 4 13 62 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/cmpdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cmpdi2 5 8 97 2
Source file: /home/sergeyb/sources/src/lib/libc/quad/floatdisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdisf 3 13 96 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/fixunssfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunssfdi 7 26 155 1
Source file: /home/sergeyb/sources/src/lib/libc/quad/quad.h
Source file: /home/sergeyb/sources/src/lib/libc/quad/ucmpdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ucmpdi2 5 8 97 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/localeconv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
localeconv 3 35 241 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/setlocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
freegl 3 9 45 1
dupgl 6 15 96 1
changegl 3 10 68 3
setlocale 33 87 573 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstod.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/iswctype_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__runelocale 3 10 39 1
__isctype_wl 2 8 57 3
iswalnum_l 1 4 22 2
iswalpha_l 1 4 20 2
iswblank_l 1 4 20 2
iswcntrl_l 1 4 20 2
iswdigit_l 1 4 20 2
iswgraph_l 1 4 20 2
iswlower_l 1 4 20 2
iswprint_l 1 4 20 2
iswpunct_l 1 4 20 2
iswspace_l 1 4 20 2
iswupper_l 1 4 20 2
iswxdigit_l 1 4 20 2
towupper_l 1 4 24 2
towlower_l 1 4 24 2
wctrans_l 4 12 87 2
towctrans_l 1 5 27 3
wctype_l 3 10 69 2
iswctype_l 2 6 43 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/nl_langinfo_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nl_langinfo_l 5 16 79 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/btowc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
btowc 3 13 75 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/iswctype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__runetype_w 2 6 37 1
__isctype_w 1 4 24 2
__toupper_w 1 4 22 1
__tolower_w 1 4 22 1
iswalnum 1 4 21 1
iswalpha 1 4 19 1
iswblank 1 4 19 1
iswcntrl 1 4 19 1
iswdigit 1 4 19 1
iswgraph 1 4 19 1
iswlower 1 4 19 1
iswprint 1 4 19 1
iswpunct 1 4 19 1
iswspace 1 4 19 1
iswupper 1 4 19 1
iswxdigit 1 4 19 1
towupper 1 4 15 1
towlower 1 4 15 1
wcwidth 2 6 40 1
wctrans 4 11 90 1
towctrans 2 8 41 2
wctype 3 9 72 1
iswctype 2 7 42 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstoimax.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/wctoint.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wctoint 63 44 492 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstof.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstold.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/mbstowcs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mbstowcs 1 8 59 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/wctomb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wctomb 3 12 80 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/rune_local.h
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstoll.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/_get_locname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_get_locname 15 33 224 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/runetable.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/newlocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
newlocale 10 24 146 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/multibyte_citrus.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mbsinit 3 6 30 1
mbrtowc 3 9 65 4
mbsrtowcs 2 7 51 4
mbsnrtowcs 3 10 72 5
wcrtomb 3 9 56 3
wcsrtombs 2 7 51 4
wcsnrtombs 3 10 72 5
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstoul.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/_wcstol.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
FUNCNAME 30 75 423 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcsxfrm_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsxfrm_l 1 5 35 4
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcsxfrm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsxfrm 2 6 38 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/_def_time.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/duplocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
duplocale 6 12 51 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstoull.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstol.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/_wcstod.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
FUNCNAME 21 87 530 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcscoll_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscoll_l 1 5 31 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstombs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcstombs 1 8 59 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/runeglue.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__make_ctype_tabs 13 40 365 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/_CurrentRuneLocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_CurrentRuneLocale 2 7 30 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/_wctrans_local.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_towctrans 2 5 36 2
_wctrans_lower 2 6 37 1
_wctrans_upper 2 6 37 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/nl_langinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nl_langinfo 54 98 359 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/_wctrans.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_wctrans_init 1 9 84 1
_towctrans_ext 6 22 141 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/uselocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uselocale 8 19 102 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/___runetype_mb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
___runetype_mb 7 25 156 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/rune.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readrange 5 26 182 5
readentry 9 40 295 2
find_codeset 4 23 169 1
_freeentry 2 10 57 1
_wctype_init 1 5 28 1
_Read_RuneMagi 22 73 627 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcstoumax.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/isctype_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isalnum_l 1 4 22 2
isalpha_l 1 4 22 2
isblank_l 1 4 22 2
iscntrl_l 1 4 22 2
isdigit_l 1 4 22 2
isgraph_l 1 4 22 2
islower_l 1 4 22 2
isprint_l 1 4 22 2
ispunct_l 1 4 22 2
isspace_l 1 4 22 2
isupper_l 1 4 22 2
isxdigit_l 1 4 22 2
tolower_l 1 4 22 2
toupper_l 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/_def_messages.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/__mb_cur_max.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mb_cur_max 2 5 17 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/runetype.h
Source file: /home/sergeyb/sources/src/lib/libc/locale/mbrlen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mbrlen 2 7 47 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/freelocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
freelocale 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/rune.h
Source file: /home/sergeyb/sources/src/lib/libc/locale/wctob.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wctob 3 9 62 1
Source file: /home/sergeyb/sources/src/lib/libc/locale/_def_monetary.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/_def_numeric.c
Source file: /home/sergeyb/sources/src/lib/libc/locale/mblen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mblen 4 13 91 2
Source file: /home/sergeyb/sources/src/lib/libc/locale/mbtowc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mbtowc 4 18 101 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/_wcstoul.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
FUNCNAME 25 57 360 3
Source file: /home/sergeyb/sources/src/lib/libc/locale/wcscoll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscoll 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_wait4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wait4 1 8 55 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_poll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
poll 1 8 50 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_recvmsg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
recvmsg 1 8 50 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/pread.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HIDDEN( pread) 1 4 34 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_sigprocmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WRAP( sigprocmask) 4 10 67 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/ptrace.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WRAP( ptrace) 1 5 33 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_msync.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
msync 1 8 46 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_pread.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pread 1 8 54 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_sendmsg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sendmsg 1 8 50 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/pwritev.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HIDDEN( pwritev) 1 4 36 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/lseek.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lseek 1 4 29 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/mquery.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mquery 1 4 45 6
Source file: /home/sergeyb/sources/src/lib/libc/sys/timer_settime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timer_settime 1 6 29 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_read.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
read 1 8 49 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/posix_madvise.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
posix_madvise 2 4 30 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/timer_getoverrun.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timer_getoverrun 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_fsync.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fsync 1 8 35 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/pwrite.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HIDDEN( pwrite) 1 4 35 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/timer_gettime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timer_gettime 1 5 20 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_connect.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
connect 1 8 51 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/canceled.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_thread_canceled 2 6 25 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_select.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
select 1 9 63 5
Source file: /home/sergeyb/sources/src/lib/libc/sys/preadv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HIDDEN( preadv) 1 4 36 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_pwritev.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pwritev 1 8 55 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/ftruncate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ftruncate 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_fcntl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fcntl 13 35 195 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_msgrcv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
msgrcv 1 8 59 5
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_sendto.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sendto 1 9 67 6
Source file: /home/sergeyb/sources/src/lib/libc/sys/stack_protector.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__stack_smash_handler 1 21 163 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_ppoll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ppoll 3 15 96 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_pselect.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pselect 3 16 107 6
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_sigsuspend.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sigsuspend 2 14 69 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/pthread_sigmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_sigmask 2 4 35 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_msgsnd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
msgsnd 1 8 55 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_vfork.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WRAP( vfork) 3 10 50 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_recvfrom.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
recvfrom 1 9 67 6
Source file: /home/sergeyb/sources/src/lib/libc/sys/mmap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mmap 1 4 45 6
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_close.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
close 1 8 35 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_openat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
openat 2 15 91 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_fork.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WRAP( fork) 10 35 195 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/semctl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
semctl 6 14 94 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_readv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readv 1 8 51 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_accept.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
accept 1 8 51 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_closefrom.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
closefrom 1 8 35 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/timer_create.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timer_create 1 5 24 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/truncate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
truncate 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_preadv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
preadv 1 8 56 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_sigaction.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
WRAP( sigaction) 4 14 89 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/timer_delete.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timer_delete 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_write.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
write 1 8 49 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_pwrite.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pwrite 1 8 54 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_open.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
open 2 15 86 3
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_nanosleep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nanosleep 1 8 45 2
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_accept4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
accept4 1 8 56 4
Source file: /home/sergeyb/sources/src/lib/libc/sys/w_writev.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
writev 1 8 50 3
Source file: /home/sergeyb/sources/src/lib/libc/hash/sha1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA1Transform 1 38 1338 2
SHA1Init 1 9 59 1
SHA1Update 3 16 162 3
SHA1Pad 3 13 112 1
SHA1Final 2 10 87 2
Source file: /home/sergeyb/sources/src/lib/libc/hash/md5.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MD5Init 1 8 50 1
MD5Update 5 23 158 3
MD5Pad 2 12 79 1
MD5Final 2 8 63 2
MD5Transform 3 84 1601 2
Source file: /home/sergeyb/sources/src/lib/libc/hash/helper.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
HASHEnd 3 16 135 2
HASHFileChunk 10 35 233 4
HASHFile 1 4 27 2
HASHData 1 7 46 3
Source file: /home/sergeyb/sources/src/lib/libc/hash/siphash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SipHash_Init 1 12 102 2
SipHash_Update 6 29 213 5
SipHash_Final 1 6 46 4
SipHash_End 1 15 147 3
SipHash 1 7 61 5
SipHash_Rounds 2 19 244 2
SipHash_CRounds 1 7 51 2
Source file: /home/sergeyb/sources/src/lib/libc/hash/sha2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SHA224Init 1 7 49 1
SHA224Final 3 9 77 2
SHA256Init 1 7 49 1
SHA256Transform 3 44 509 2
SHA256Transform 3 57 448 2
SHA256Update 6 33 229 3
SHA256Pad 4 26 179 1
SHA256Final 3 9 77 2
SHA512Init 1 7 56 1
SHA512Transform 3 44 509 2
SHA512Transform 3 57 448 2
SHA512Update 6 33 229 3
SHA512Pad 4 26 201 1
SHA512Final 3 9 77 2
SHA384Init 1 7 56 1
SHA384Final 3 9 77 2
SHA512_256Init 1 7 56 1
SHA512_256Final 3 9 77 2
Source file: /home/sergeyb/sources/src/lib/libc/hash/rmd160.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RMD160Init 1 9 59 1
RMD160Update 5 22 147 3
RMD160Pad 2 11 74 1
RMD160Final 2 8 62 2
RMD160Transform 3 189 3669 2
Source file: /home/sergeyb/sources/src/lib/libc/net/vars6.c
Source file: /home/sergeyb/sources/src/lib/libc/net/send.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
send 1 4 36 4
Source file: /home/sergeyb/sources/src/lib/libc/net/base64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
b64_ntop 8 48 460 4
b64_pton 35 93 525 3
Source file: /home/sergeyb/sources/src/lib/libc/net/ethers.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ether_ntoa 1 9 77 1
_ether_aton 10 20 146 2
ether_aton 2 5 30 1
ether_ntohost 14 50 361 2
ether_hostton 13 43 292 2
ether_line 7 19 128 3
Source file: /home/sergeyb/sources/src/lib/libc/net/if_nameindex.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
if_nameindex 9 49 318 1
if_freenameindex 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/net/getservbyname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getservbyname_r 9 23 158 4
getservbyname 2 8 52 2
Source file: /home/sergeyb/sources/src/lib/libc/net/rresvport.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rresvport 1 4 16 1
rresvport_af 8 43 266 2
Source file: /home/sergeyb/sources/src/lib/libc/net/ruserok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ruserok 4 20 145 4
iruserok_sa 16 57 387 5
__ivaliduser_sa 49 120 753 5
__icheckhost 6 30 224 3
__gethostloop 7 35 266 2
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_lnaof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_lnaof 3 10 61 1
Source file: /home/sergeyb/sources/src/lib/libc/net/getprotoent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setprotoent_r 2 8 45 2
endprotoent_r 2 13 68 1
getprotoent_r 27 75 547 2
setprotoent 1 4 15 1
endprotoent 1 4 12 1
getprotoent 2 7 35 1
Source file: /home/sergeyb/sources/src/lib/libc/net/getservbyport.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getservbyport_r 7 17 113 4
getservbyport 2 8 50 2
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_pton.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_pton 3 12 60 3
inet_pton4 10 33 207 2
inet_pton6 22 82 512 2
Source file: /home/sergeyb/sources/src/lib/libc/net/rcmd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rcmd 1 5 48 6
rcmd_af 44 216 1468 7
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_makeaddr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_makeaddr 4 14 104 2
Source file: /home/sergeyb/sources/src/lib/libc/net/getifaddrs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getifaddrs 45 220 1398 1
freeifaddrs 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/net/getpeereid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getpeereid 2 13 75 3
Source file: /home/sergeyb/sources/src/lib/libc/net/sockatmark.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sockatmark 2 7 36 1
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_net_pton.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_net_pton 3 12 67 4
inet_net_pton_ipv4 51 109 738 3
inet_net_pton_ipv6 6 26 153 3
Source file: /home/sergeyb/sources/src/lib/libc/net/recv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
recv 1 4 35 4
Source file: /home/sergeyb/sources/src/lib/libc/net/if_nametoindex.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
if_nametoindex 4 17 96 1
Source file: /home/sergeyb/sources/src/lib/libc/net/ntohs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ntohs 2 6 40 1
Source file: /home/sergeyb/sources/src/lib/libc/net/getservent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setservent_r 2 8 45 2
endservent_r 2 13 68 1
getservent_r 27 77 571 2
setservent 1 4 15 1
endservent 1 4 12 1
getservent 2 7 35 1
Source file: /home/sergeyb/sources/src/lib/libc/net/res_comp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dn_expand 18 54 327 5
dn_comp 23 69 423 5
__dn_skipname 5 22 96 2
mklower 3 6 32 1
dn_find 13 37 225 4
__res_hnok 9 21 124 1
res_ownok 4 10 63 1
res_mailok 9 19 107 1
res_dnok 3 8 42 1
_getshort 1 6 24 1
_getlong 1 6 24 1
__putshort 1 4 18 2
__putlong 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_net_ntop.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_net_ntop 3 12 73 5
inet_net_ntop_ipv4 20 57 357 4
inet_net_ntop_ipv6 6 17 114 4
Source file: /home/sergeyb/sources/src/lib/libc/net/getnetent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setnetent 2 8 32 1
endnetent 2 8 25 1
getnetent 20 52 353 1
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_ntoa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_ntoa 1 9 80 1
Source file: /home/sergeyb/sources/src/lib/libc/net/htons.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
htons 2 6 40 1
Source file: /home/sergeyb/sources/src/lib/libc/net/res_data.c
Source file: /home/sergeyb/sources/src/lib/libc/net/res_random.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmod 3 14 74 3
permute15 4 19 137 1
res_initid 9 35 234 1
__res_randomid 4 19 113 1
main 3 18 112 2
Source file: /home/sergeyb/sources/src/lib/libc/net/getprotoname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getprotobyname_r 7 20 133 3
getprotobyname 2 8 45 1
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_ntop.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_ntop 3 12 66 4
inet_ntop4 3 13 95 3
inet_ntop6 35 87 638 3
Source file: /home/sergeyb/sources/src/lib/libc/net/rthdr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet6_rth_space 2 9 42 2
inet6_rth_init 3 20 117 4
inet6_rth_add 2 17 99 2
inet6_rth_reverse 4 29 209 2
inet6_rth_segments 4 16 97 1
inet6_rth_getaddr 6 19 128 2
Source file: /home/sergeyb/sources/src/lib/libc/net/getproto.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getprotobynumber_r 5 13 90 3
getprotobynumber 2 8 43 1
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_network.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_network 15 42 272 1
Source file: /home/sergeyb/sources/src/lib/libc/net/herror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
herror 3 19 123 1
hstrerror 3 8 38 1
Source file: /home/sergeyb/sources/src/lib/libc/net/if_indextoname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
if_indextoname 4 16 93 2
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_addr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_addr 2 7 35 1
inet_aton 33 70 514 2
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_netof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_netof 3 10 76 1
Source file: /home/sergeyb/sources/src/lib/libc/net/res_debug_syms.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__sym_ntos 5 15 90 3
__p_type 1 4 23 1
__p_class 1 4 23 1
Source file: /home/sergeyb/sources/src/lib/libc/net/inet_neta.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inet_neta 12 37 197 3
Source file: /home/sergeyb/sources/src/lib/libc/net/rcmdsh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rcmdsh 29 113 862 6
Source file: /home/sergeyb/sources/src/lib/libc/net/linkaddr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
link_ntoa 10 42 254 1
Source file: /home/sergeyb/sources/src/lib/libc/net/ntohl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ntohl 2 6 56 1
Source file: /home/sergeyb/sources/src/lib/libc/net/htonl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
htonl 2 6 56 1
Source file: /home/sergeyb/sources/src/lib/libc/net/freeaddrinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
freeaddrinfo 2 10 44 1
Source file: /home/sergeyb/sources/src/lib/libc/net/gai_strerror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gai_strerror 16 37 108 1
Source file: /home/sergeyb/sources/src/lib/libc/net/ip6opt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ip6optlen 4 14 71 2
inet6_opt_init 4 10 65 2
inet6_opt_append 17 37 244 7
inet6_opt_finish 6 19 129 3
inet6_opt_set_val 1 5 40 4
inet6_opt_next 9 35 214 6
inet6_opt_find 7 26 176 6
inet6_opt_get_val 1 5 40 4
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_create_nil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_create_nil 2 6 34 2
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_create.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_create 2 12 97 2
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_stream.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
be16dec 1 5 39 1
be32dec 1 5 62 1
le16dec 1 5 39 1
le32dec 1 5 62 1
be16enc 1 6 44 2
be32enc 1 8 72 2
le16enc 1 6 44 2
le32enc 1 8 72 2
uuid_enc_le 2 12 98 2
uuid_dec_le 2 12 99 2
uuid_enc_be 2 12 98 2
uuid_dec_be 2 12 99 2
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_equal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_equal 6 12 93 3
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_to_string.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_to_string 6 17 149 3
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_hash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_hash 3 6 37 2
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_from_string.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_from_string 12 31 224 3
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_is_nil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_is_nil 4 9 66 2
Source file: /home/sergeyb/sources/src/lib/libc/uuid/uuid_compare.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uuid_compare 9 21 176 3
Source file: /home/sergeyb/sources/src/lib/libc/include/ctype_private.h
Source file: /home/sergeyb/sources/src/lib/libc/include/cancel.h
Source file: /home/sergeyb/sources/src/lib/libc/include/mpool.h
Source file: /home/sergeyb/sources/src/lib/libc/include/namespace.h
Source file: /home/sergeyb/sources/src/lib/libc/include/atfork.h
Source file: /home/sergeyb/sources/src/lib/libc/include/thread_private.h
Source file: /home/sergeyb/sources/src/lib/libc/include/localedef.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpcsvc/yp.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpcsvc/ypclnt.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/mman.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/sem.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/stat.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/mount.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/socket.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/ioctl.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/tree.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/resource.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/time.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/msg.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/ptrace.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/futex.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/sysctl.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/select.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/uio.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sys/wait.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/net/if_dl.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/net/if.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/arpa/nameser.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/arpa/inet.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/pmap_prot.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/auth.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/auth_unix.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/svc_auth.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/rpc_msg.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/svc.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/clnt.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/pmap_rmt.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/xdr.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/pmap_clnt.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rpc/rpc.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/machine/spinlock.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/machine/sysarch.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/netinet/if_ether.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/netinet/in.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/math.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/wchar.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ftw.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/wctype.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ndbm.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/pthread.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/vis.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/assert.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/pwd.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/getopt.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/err.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/uuid.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/spawn.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/nl_types.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/readpassphrase.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/syslog.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/search.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/poll.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/float.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/utime.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/db.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/siphash.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ieeefp.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/termios.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/asr.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/grp.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sha2.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/icdb.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ttyent.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/dirent.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/fstab.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/time.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sha1.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/netgroup.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/netdb.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/inttypes.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/rmd160.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/locale.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/sched.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/regex.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/softfloat.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/blf.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/string.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/stdlib.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/login_cap.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/tib.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ifaddrs.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/ctype.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/signal.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/md5.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/fts.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/langinfo.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/stdio.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/fcntl.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/errno.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/resolv.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/unistd.h
Source file: /home/sergeyb/sources/src/lib/libc/hidden/bsd_auth.h
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_search.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_search 14 55 368 3
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_utils.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_ret 10 42 353 5
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_close.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_close 8 25 140 1
__rec_sync 16 53 455 2
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_seq.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_seq 20 58 390 4
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/extern.h
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_delete.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_delete 10 36 213 3
rec_rdelete 3 16 103 2
__rec_dleaf 7 24 236 3
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_put.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_put 30 92 657 4
__rec_iput 14 60 424 4
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_get.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_get 9 31 224 4
__rec_fpipe 12 40 253 2
__rec_vpipe 12 42 290 2
__rec_fmap 9 34 255 2
__rec_vmap 6 23 163 2
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/recno.h
Source file: /home/sergeyb/sources/src/lib/libc/db/recno/rec_open.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rec_open 27 108 664 5
__rec_fd 3 14 76 1
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash_log2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__log2 2 7 42 1
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/page.h
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash_page.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putpair 1 15 142 3
__delpair 7 38 324 3
__split_page 8 61 525 3
ugly_split 19 98 718 6
__addel 19 50 405 4
__add_ovflpage 10 28 230 2
__get_page 13 43 287 6
__put_page 10 31 242 5
__ibitmap 2 18 166 4
first_free 3 11 57 1
overflow_page 25 101 777 1
__free_ovflpage 8 24 197 2
open_temp 7 22 171 1
squeeze_key 1 21 175 3
fetch_bitmap 4 13 111 2
print_chain 5 16 156 1
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash.h
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/extern.h
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash_func.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__default_hash 11 31 120 2
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash_buf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__get_buf 11 38 231 4
newbuf 35 90 674 3
__buf_init 1 11 71 2
__buf_free 10 25 162 3
__reclaim_buf 1 8 40 2
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/ndbm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_dbm_open 4 26 155 4
dbm_open 1 7 35 3
dbm_close 1 5 22 1
dbm_fetch 2 18 100 2
dbm_firstkey 2 13 71 1
dbm_nextkey 2 13 71 1
dbm_delete 2 14 69 2
dbm_store 2 13 89 4
dbm_error 1 7 31 1
dbm_clearerr 1 8 35 1
dbm_dirfno 1 5 25 1
dbm_rdonly 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__hash_open 26 103 729 5
hash_close 2 11 52 1
hash_fd 3 12 61 1
init_hash 13 51 313 3
init_htab 3 22 213 2
hdestroy 11 38 266 1
hash_sync 6 17 97 2
flush_meta 9 29 209 1
hash_get 2 10 72 4
hash_put 5 15 113 4
hash_delete 4 15 99 3
hash_access 29 110 680 4
hash_seq 24 77 549 4
__expand_table 8 32 243 1
hash_realloc 2 11 74 3
__call_hash 2 9 60 3
alloc_segs 5 26 174 2
swap_header_copy 2 25 251 2
swap_header 2 27 176 1
Source file: /home/sergeyb/sources/src/lib/libc/db/hash/hash_bigkey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__big_insert 12 79 560 4
__big_delete 13 46 314 2
__find_bigpair 8 31 217 5
__find_last_page 8 24 159 2
__big_return 13 68 519 5
collect_data 10 45 328 4
__big_keydata 2 8 78 5
collect_key 8 30 254 5
__big_split 13 65 446 7
Source file: /home/sergeyb/sources/src/lib/libc/db/db/db.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dbopen 7 19 139 5
__dberr 1 4 11 1
__dbpanic 1 9 150 1
Source file: /home/sergeyb/sources/src/lib/libc/db/mpool/mpool.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mpool_open 5 22 156 4
mpool_filter 1 7 60 4
mpool_new 5 22 155 3
mpool_delete 3 17 122 2
mpool_get 13 53 377 3
mpool_put 5 15 99 3
mpool_close 2 10 55 1
mpool_sync 4 9 59 1
mpool_bkt 9 32 245 1
mpool_write 5 14 119 2
mpool_look 5 14 85 2
mpool_stat 5 36 267 1
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_search.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_search 16 46 338 3
__bt_snext 3 15 119 4
__bt_sprev 3 15 126 4
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_utils.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_ret 15 52 423 7
__bt_cmp 9 36 240 3
__bt_defcmp 3 10 100 2
__bt_defpfx 4 12 105 2
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_split.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_split 37 147 1247 7
bt_page 10 50 386 6
bt_root 4 22 189 6
bt_rroot 3 17 169 4
bt_broot 5 39 317 4
bt_psplit 26 116 704 6
bt_preserve 2 9 61 2
rec_total 2 8 56 1
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_open.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_open 51 167 1157 5
nroot 9 34 246 1
tmp 6 21 153 1
byteorder 3 15 56 1
__bt_fd 3 14 76 1
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/btree.h
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/extern.h
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_put.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_put 37 128 954 4
bt_fast 13 40 315 4
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_seq.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_seq 10 37 226 4
__bt_seqset 16 49 327 4
__bt_seqadv 13 51 339 3
__bt_first 15 56 401 4
__bt_setcur 2 12 103 3
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_debug.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_dump 5 25 174 1
__bt_dmpage 2 18 144 1
__bt_dnpage 2 8 49 2
__bt_dpage 15 75 565 1
__bt_stat 16 68 447 1
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_page.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_free 1 8 55 2
__bt_new 2 12 86 2
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_close.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_close 8 33 225 1
__bt_sync 8 23 147 2
bt_meta 2 17 117 1
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_delete.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_delete 15 46 298 3
__bt_stkacq 21 80 685 3
__bt_bdelete 19 51 355 2
__bt_pdelete 15 50 401 2
__bt_dleaf 18 35 365 4
__bt_curdel 18 70 531 4
__bt_relink 5 17 131 2
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_overflow.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ovfl_get 9 31 247 5
__ovfl_put 5 30 222 3
__ovfl_delete 9 26 191 2
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_get.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_get 6 27 190 4
Source file: /home/sergeyb/sources/src/lib/libc/db/btree/bt_conv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__bt_pgin 11 60 388 3
__bt_pgout 11 60 388 3
mswap 1 17 92 1
Source file: /home/sergeyb/sources/src/lib/libc/regex/cclass.h
Source file: /home/sergeyb/sources/src/lib/libc/regex/utils.h
Source file: /home/sergeyb/sources/src/lib/libc/regex/engine.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
matcher 41 134 1005 5
dissect 42 158 999 5
backref 71 181 1446 7
fast 33 71 585 5
slow 32 66 561 5
step 38 107 663 6
print 5 17 142 5
at 2 9 88 6
pchar 5 14 106 1
Source file: /home/sergeyb/sources/src/lib/libc/regex/regcomp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
regcomp 13 74 529 3
p_ere 8 32 176 2
p_ere_exp 41 121 701 1
p_str 2 6 33 1
p_bre 5 24 136 3
p_simp_re 35 109 691 2
p_count 5 11 76 1
p_bracket 27 63 457 1
p_b_term 14 52 302 2
p_b_cclass 9 23 178 2
p_b_eclass 1 6 32 2
p_b_symbol 2 10 64 1
p_b_coll_elem 8 21 141 2
othercase 3 11 65 1
bothcases 1 17 114 2
ordinary 5 11 90 2
backslash 3 14 53 2
nonnewline 1 16 101 1
repeat 11 55 362 4
seterr 2 8 43 2
allocset 7 43 359 1
freeset 3 10 81 2
freezeset 8 21 170 2
firstch 3 10 68 2
nch 3 10 63 2
mcadd 2 15 107 3
mcinvert 1 4 22 2
mccase 1 4 22 2
isinsets 3 11 88 2
samesets 3 12 102 3
categorize 8 17 126 2
dupl 3 15 104 3
doemit 4 10 84 3
doinsert 5 24 187 4
dofwd 2 7 54 3
enlarge 3 14 74 2
stripsnug 2 9 65 2
findmust 20 64 352 2
pluscount 7 26 123 2
Source file: /home/sergeyb/sources/src/lib/libc/regex/regerror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
regerror 7 30 197 4
regatoi 4 11 87 3
Source file: /home/sergeyb/sources/src/lib/libc/regex/cname.h
Source file: /home/sergeyb/sources/src/lib/libc/regex/regex2.h
Source file: /home/sergeyb/sources/src/lib/libc/regex/regfree.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
regfree 4 16 88 1
Source file: /home/sergeyb/sources/src/lib/libc/regex/regexec.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
regexec 7 16 148 5
Source file: /home/sergeyb/sources/src/lib/libc/yp/ypexclude.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ypexclude_add 4 17 101 2
__ypexclude_is 3 9 59 2
__ypexclude_free 2 10 59 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_key_val.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_key_val 3 10 64 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypstat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypstat 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_maplist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yp_maplist 4 24 149 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_keydat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_keydat 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_order.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_order 2 7 50 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/ypprot_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ypprot_err 12 28 86 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_val.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_val 2 7 46 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_get_default_domain.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yp_get_default_domain 4 11 55 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_bind.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_yp_dobind 42 167 1082 2
_yp_unbind 1 6 29 1
yp_bind 1 4 17 1
yp_unbind 4 17 89 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypbind_setdom.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypbind_setdom 3 10 68 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypreq_key.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypreq_key 3 10 68 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_valdat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_valdat 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_xdr_ypresp_all_seq 9 51 338 2
yp_all 11 40 260 3
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_peername.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_peername 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_domainname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_domainname 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_master.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yp_master 13 35 257 3
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_mapname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_mapname 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_all.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_all 4 14 68 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/ypinternal.h
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_maplist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_maplist 2 8 58 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/ypexclude.h
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypresp_master.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypresp_master 2 7 50 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_first.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yp_first 13 48 384 6
Source file: /home/sergeyb/sources/src/lib/libc/yp/yp_order.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yp_order 11 37 247 3
Source file: /home/sergeyb/sources/src/lib/libc/yp/_yp_check.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_yp_check 5 12 56 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypmaplist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypmaplist 2 8 58 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypbind_resptype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypbind_resptype 1 4 25 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypbind_resp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypbind_resp 4 16 80 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypreq_nokey.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypreq_nokey 2 7 50 2
Source file: /home/sergeyb/sources/src/lib/libc/yp/yperr_string.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yperr_string 18 42 142 1
Source file: /home/sergeyb/sources/src/lib/libc/yp/ypmatch_cache.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ypmatch_add 10 43 288 5
ypmatch_find 7 23 135 5
yp_match 21 62 487 6
yp_next 15 51 420 8
Source file: /home/sergeyb/sources/src/lib/libc/yp/xdr_ypbind_binding.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_ypbind_binding 2 7 46 2
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_once.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_once 2 10 58 2
Source file: /home/sergeyb/sources/src/lib/libc/thread/callbacks.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_thread_canceled 1 4 11 1
_thread_set_callbacks 3 33 210 2
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_sync.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_mutex_init 4 19 123 2
pthread_mutex_destroy 5 16 91 1
_rthread_mutex_lock 19 64 424 3
pthread_mutex_lock 1 4 20 1
pthread_mutex_trylock 1 4 20 1
pthread_mutex_timedlock 1 4 26 2
pthread_mutex_unlock 12 34 203 1
pthread_cond_init 3 15 87 2
pthread_cond_destroy 3 15 74 1
pthread_cond_timedwait 25 99 676 3
pthread_cond_wait 19 87 601 2
pthread_cond_signal 7 37 248 1
pthread_cond_broadcast 6 43 299 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_condattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_condattr_init 2 10 50 1
pthread_condattr_destroy 1 6 24 1
pthread_condattr_getclock 1 5 28 2
pthread_condattr_setclock 3 7 40 2
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_debug.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_rthread_debug 2 9 46 3
Source file: /home/sergeyb/sources/src/lib/libc/thread/atfork.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_thread_atfork 2 15 107 4
pthread_atfork 1 4 45 3
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_file.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_lock 6 12 100 2
do_lock 6 23 162 2
_thread_flockfile 4 19 125 1
_thread_ftrylockfile 4 18 105 1
_thread_funlockfile 5 16 118 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_cb.h
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_mutex.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_mutex_init 4 17 108 2
pthread_mutex_destroy 5 16 86 1
_rthread_mutex_trylock 11 29 167 3
_rthread_mutex_timedlock 15 48 315 4
pthread_mutex_trylock 1 4 22 1
pthread_mutex_timedlock 1 4 28 2
pthread_mutex_lock 1 4 22 1
pthread_mutex_unlock 13 41 234 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/synch.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_wake 1 4 26 2
_wait 2 5 35 2
_twait 6 16 137 4
_requeue 1 4 41 4
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_libc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_thread_tag_init 5 19 108 1
_thread_tag_lock 4 11 55 1
_thread_tag_unlock 4 11 55 1
_thread_tag_storage 5 23 119 4
_thread_mutex_lock 2 6 34 1
_thread_mutex_unlock 2 6 34 1
_thread_mutex_destroy 2 6 34 1
_thread_malloc_lock 1 4 16 1
_thread_malloc_unlock 1 4 16 1
_thread_malloc_reinit 2 10 62 1
_thread_atexit_lock 1 4 12 1
_thread_atexit_unlock 1 4 12 1
_thread_atfork_lock 1 4 12 1
_thread_atfork_unlock 1 4 12 1
_thread_arc4_lock 1 4 12 1
_thread_arc4_unlock 1 4 12 1
_thread_dofork 4 18 91 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_tls.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_key_create 6 24 137 2
pthread_key_delete 7 25 138 1
_rthread_findstorage 6 25 129 1
pthread_getspecific 4 10 51 1
pthread_setspecific 4 11 64 2
_rthread_tls_destructors 6 26 163 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread.h
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_cleanup.c
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread_cond.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pthread_cond_init 3 13 74 2
pthread_cond_destroy 3 15 75 1
_rthread_cond_timedwait 11 36 271 3
pthread_cond_timedwait 7 15 97 3
pthread_cond_wait 3 11 62 2
pthread_cond_signal 2 13 75 1
pthread_cond_broadcast 3 14 96 1
Source file: /home/sergeyb/sources/src/lib/libc/thread/rthread.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_spinlock 2 5 20 1
_spinlocktry 1 4 17 1
_spinunlock 1 4 14 1
_rthread_init 6 22 119 1
pthread_self 2 6 25 1
pthread_exit 5 23 131 1
pthread_equal 1 4 17 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/syslog_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
syslog_r 1 7 45 4
vsyslog_r 1 4 33 4
__vsyslog_r 25 87 601 5
openlog_r 4 8 59 4
closelog_r 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/charclass.h
Source file: /home/sergeyb/sources/src/lib/libc/gen/getdomainname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getdomainname 2 11 70 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/strtofflags.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fflagstostr 7 22 152 1
strtofflags 15 39 235 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/telldir.h
Source file: /home/sergeyb/sources/src/lib/libc/gen/sleep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sleep 3 11 63 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/isfinite.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isfinite 1 5 29 1
__isfinitef 1 5 29 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/verrx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
verrx 2 8 60 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/isnormal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnormal 2 5 35 1
__isnormalf 2 5 35 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/signbit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__signbit 1 5 25 1
__signbitf 1 5 25 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/basename.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
basename 10 30 187 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/seekdir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
seekdir 5 25 172 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/usleep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
usleep 2 9 53 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/daemon.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
daemon 7 24 143 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/syslog.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
syslog 1 7 38 3
vsyslog 1 4 29 3
openlog 1 4 27 3
closelog 1 4 12 1
setlogmask 1 4 18 1
setlogmask_r 2 8 38 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/rewinddir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rewinddir 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/ttyname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ttyname 3 14 69 1
ttyname_r 8 38 291 3
oldttyname 9 26 181 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/telldir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
telldir 1 8 38 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/disklabel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getdiskbyname 14 79 698 1
gettype 4 10 80 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/dirfd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dirfd 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/ldexp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_copysign 1 8 49 2
ldexp 9 26 225 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/isfdtype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isfdtype 2 7 45 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/vis.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vis 28 82 483 4
strvis 2 9 64 3
strnvis 13 38 252 4
stravis 3 16 101 3
strvisx 3 13 91 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/login_cap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
login_getclass 15 56 344 1
login_getstyle 19 50 323 3
login_getcapstr 7 28 145 4
login_getcaptime 25 76 392 4
login_getcapnum 12 45 260 4
login_getcapsize 12 41 244 4
login_getcapbool 2 6 43 3
login_close 2 9 40 1
gsetrl 14 59 497 4
setclasscontext 2 11 63 2
setusercontext 21 70 484 4
setuserpath 14 35 235 2
setuserenv 11 38 228 2
login_setenv 3 10 73 4
strtosize 23 64 338 3
strtolimit 4 9 71 3
multiply 12 41 304 2
secure_path 5 18 130 1
expandstr 55 112 640 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/nice.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nice 6 12 80 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/vwarnx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwarnx 2 7 52 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/getcwd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getcwd 5 16 93 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/fts.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fts_open 17 65 460 3
fts_load 4 14 121 2
fts_close 7 27 161 1
fts_read 39 125 857 1
fts_set 6 10 57 3
fts_children 13 36 228 2
fts_build 52 153 996 2
fts_stat 15 49 327 4
fts_sort 5 23 192 3
fts_alloc 4 17 133 3
fts_lfree 2 8 33 1
fts_palloc 3 21 119 2
fts_padjust 4 11 79 2
fts_maxarglen 3 8 52 1
fts_safe_changedir 7 26 163 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/errno.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__errno 1 4 16 1
single_threaded_tcb 2 6 26 1
single_threaded_errnoptr 1 4 17 1
__errno 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/ftw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ftw 18 54 270 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/getprogname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getprogname 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/fdatasync.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fdatasync 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/errx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
errx 1 7 38 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/wait3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wait3 1 4 30 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/setmode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getmode 20 51 327 2
setmode 43 128 710 1
addcmd 17 37 221 5
dumpmode 8 11 92 1
compress_mode 13 44 242 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/pw_dup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pw_dup 2 25 182 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/wait.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wait 1 4 22 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/frexp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
frexp 4 26 148 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/ctermid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctermid 2 9 44 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/isatty.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isatty 1 4 18 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/warnx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
warnx 1 7 33 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/pause.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pause 2 5 31 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/ctype_.c
Source file: /home/sergeyb/sources/src/lib/libc/gen/getgrouplist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_parse_netid 12 34 218 5
_read_netid 9 30 184 5
getgrouplist 27 76 486 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/assert.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__assert 1 7 37 3
__assert2 1 7 44 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/getgrent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getgrent_yp 4 11 93 1
getgrent 1 4 14 1
getgrnam_gs 4 14 81 3
getgrnam 1 7 57 1
getgrnam_r 3 17 89 5
getgrgid_gs 4 14 79 3
getgrgid 1 7 55 1
getgrgid_r 3 17 87 5
start_gr 6 15 77 1
setgrent 1 7 22 1
setgroupent 2 13 47 1
endgrent_basic 4 16 59 1
endgrent 1 6 20 1
grscan 71 196 1078 6
Source file: /home/sergeyb/sources/src/lib/libc/gen/getpwent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ypproto_set 11 48 453 4
__ypparse 28 62 505 3
getpwent 39 156 833 1
__has_yppw 3 15 119 1
__has_ypmaster 8 37 192 1
__yppwlookup 37 134 784 7
_pwhashbyname 3 19 138 5
_pwhashbyuid 2 15 115 5
getpwnam_internal 10 36 214 6
getpwnam_r 1 5 42 5
getpwnam 2 12 56 1
getpwnam_shadow 2 12 58 1
getpwuid_internal 10 36 208 6
getpwuid_r 1 5 40 5
getpwuid 2 12 54 1
getpwuid_shadow 2 12 56 1
setpassent 2 13 53 1
setpwent 1 4 14 1
endpwent 3 18 76 1
__initdb 6 22 113 1
__hashpw 4 34 292 5
Source file: /home/sergeyb/sources/src/lib/libc/gen/nlist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__elf_is_okay__ 8 15 85 1
__fdnlist 44 141 908 2
nlist 2 10 64 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/opendir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
opendir 3 11 64 1
fdopendir 5 17 113 1
__fdopendir 5 28 174 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/popen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
popen 18 64 465 2
pclose 8 25 162 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/isctype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isalnum 2 4 39 1
isalpha 2 4 37 1
isblank 2 4 18 1
iscntrl 2 4 33 1
isdigit 2 4 33 1
isgraph 2 4 41 1
islower 2 4 33 1
isprint 2 4 43 1
ispunct 2 4 33 1
isspace 2 4 33 1
isupper 2 4 33 1
isxdigit 2 4 37 1
isascii 1 4 18 1
toascii 1 4 14 1
_toupper 1 4 16 1
_tolower 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/getpagesize.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getpagesize 3 13 75 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/scandir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scandir 16 60 441 4
alphasort 1 4 36 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/ualarm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ualarm 2 11 102 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/dirname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dirname 12 33 199 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/modf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
modf 4 33 266 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/verr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
verr 2 12 84 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/getlogin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getlogin 3 13 53 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/readdir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_readdir_unlocked 9 29 188 2
readdir 1 8 42 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/time.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
time 3 9 51 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/sysconf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sysconf 172 360 1770 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/tree.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rb_n2e 1 5 40 2
rb_e2n 1 5 40 2
rbe_set 1 6 40 2
rbe_set_blackred 1 5 28 2
rbe_augment 1 4 30 2
rbe_if_augment 2 5 30 2
rbe_rotate_left 6 28 178 3
rbe_rotate_right 6 28 178 3
rbe_insert_color 10 43 264 3
rbe_remove_color 24 77 533 4
rbe_remove 18 67 426 3
_rb_remove 2 7 63 3
_rb_insert 6 31 192 3
_rb_find 4 17 106 3
_rb_nfind 4 19 118 3
_rb_next 8 20 141 2
_rb_prev 8 20 137 2
_rb_root 2 5 41 2
_rb_min 3 10 67 2
_rb_max 3 10 67 2
_rb_left 2 6 49 2
_rb_right 2 6 49 2
_rb_parent 2 6 49 2
_rb_set_left 2 6 57 3
_rb_set_right 2 6 57 3
_rb_set_parent 2 6 57 3
_rb_poison 1 6 52 3
_rb_check 3 7 66 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/getusershell.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getusershell 3 10 41 1
endusershell 3 10 43 1
setusershell 1 4 12 1
initshells 9 44 262 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/vwarn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwarn 2 11 76 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/getmntinfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getmntinfo 6 22 167 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/alarm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
alarm 3 13 94 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/confstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
confstr 37 55 249 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/clock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clock 2 7 53 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/fnmatch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
classmatch 12 33 228 4
fnmatch_ch 52 94 679 3
fnmatch 74 116 778 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/posix_spawn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__posix_spawn_file_actions_entry::SIMPLEQ_ENTRY 1 2 14 1
process_spawnattr 17 36 257 1
process_file_actions_entry 14 34 208 1
process_file_actions 2 11 49 1
do_posix_spawn 11 34 180 7
posix_spawn 1 7 55 6
posix_spawnp 1 7 55 6
posix_spawn_file_actions_init 2 10 51 1
posix_spawn_file_actions_destroy 3 12 77 1
posix_spawn_file_actions_addopen 4 23 140 5
posix_spawn_file_actions_adddup2 4 15 92 3
posix_spawn_file_actions_addclose 3 14 79 2
posix_spawnattr_init 2 9 45 1
posix_spawnattr_destroy 1 5 19 1
posix_spawnattr_getflags 1 6 30 2
posix_spawnattr_getpgroup 1 6 30 2
posix_spawnattr_getschedparam 1 6 31 2
posix_spawnattr_getschedpolicy 1 6 30 2
posix_spawnattr_getsigdefault 1 6 30 2
posix_spawnattr_getsigmask 1 6 30 2
posix_spawnattr_setflags 1 5 25 2
posix_spawnattr_setpgroup 1 5 25 2
posix_spawnattr_setschedparam 1 6 31 2
posix_spawnattr_setschedpolicy 1 5 25 2
posix_spawnattr_setsigdefault 1 6 30 2
posix_spawnattr_setsigmask 1 6 30 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/isinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isinf 3 6 41 1
__isinff 2 5 35 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/glob.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
glob 15 46 327 4
globexp1 5 9 100 3
globexp2 28 65 390 4
globtilde 16 39 302 4
g_strncmp 4 12 67 3
g_charclass 7 22 171 2
glob0 33 103 698 3
compare 1 4 34 2
compare_gps 1 6 56 2
glob1 2 9 69 4
glob2 20 54 361 8
glob3 18 65 409 9
globextend 31 86 647 4
match 24 64 348 3
globfree 5 19 118 1
g_opendir 4 13 85 2
g_lstat 3 9 76 3
g_stat 3 9 76 3
g_strchr 3 8 43 2
g_Ctoc 3 8 47 3
qprintf 6 14 136 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/vwarnc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
vwarnc 2 9 72 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/auth_subr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
auth_setstate 1 1 17 2
auth_set_va_list 1 1 20 2
auth_getstate 1 1 15 1
auth_getpwd 1 1 15 1
auth_open 2 9 48 1
auth_clean 6 28 188 1
auth_close 10 40 266 1
auth_challenge 7 20 163 1
auth_setenv 18 43 341 1
auth_clrenv 7 18 163 1
auth_getitem 10 22 108 2
auth_setitem 27 74 480 3
auth_setoption 4 18 141 3
auth_clroptions 2 8 40 1
auth_clroption 9 23 166 2
auth_setdata 5 20 139 3
auth_setpwd 14 31 240 2
auth_getvalue 25 64 384 2
auth_check_expire 9 22 183 1
auth_check_change 9 22 178 1
auth_call 54 168 1212 3
_recv_fd 9 36 250 2
_auth_spool 6 25 175 2
_add_rmlist 2 13 96 2
_auth_next_arg 5 17 159 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/devname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
devname_nodb 8 22 157 2
devname 7 27 171 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/setproctitle.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setproctitle 6 31 213 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/warnc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
warnc 1 7 38 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/uname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uname 7 37 338 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/signame.c
Source file: /home/sergeyb/sources/src/lib/libc/gen/unvis.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
unvis 42 127 627 4
strunvis 7 27 126 2
strnunvis 13 38 200 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/sigsetops.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sigemptyset 1 5 18 1
sigfillset 1 5 21 1
sigaddset 3 9 44 2
sigdelset 3 9 44 2
sigismember 3 8 47 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/toupper_.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
toupper 2 6 34 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/getnetgrent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_ng_sl_init 3 14 79 1
_ng_sl_add 3 16 102 2
_ng_sl_free 3 9 56 2
_ng_sl_find 3 8 58 2
getstring 12 26 185 3
getnetgroup 6 26 151 1
lookup 14 46 245 4
_ng_parse 11 29 181 3
addgroup 10 35 181 3
in_check 10 14 117 4
in_find 12 48 270 6
_ng_makekey 4 13 82 3
_ng_print 1 5 50 3
in_lookup1 5 14 108 4
in_lookup 10 27 219 5
endnetgrent 3 14 76 1
setnetgrent 9 22 137 1
getnetgrent 2 10 58 3
innetgr 14 32 236 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/lockf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lockf 8 34 175 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/shm_open.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
makeshmpath 1 6 45 3
shm_open 8 28 187 3
shm_unlink 1 6 33 1
shm_mkstemp 5 24 134 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/getcap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cgetusedb 1 6 21 1
cgetset 3 15 83 1
cgetcap 14 29 161 3
cgetent 1 5 41 3
getent 58 243 1378 7
cdbget 6 20 166 3
cgetmatch 13 27 139 2
cgetfirst 1 5 29 2
cgetclose 2 11 43 1
cgetnext 23 97 554 2
cgetstr 34 87 497 3
cgetustr 9 41 245 3
cgetnum 13 35 201 3
nfcmp 2 12 78 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/setdomainname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setdomainname 2 9 67 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/siglist.c
Source file: /home/sergeyb/sources/src/lib/libc/gen/valloc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
valloc 1 7 62 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/setprogname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setprogname 2 9 43 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/warn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
warn 1 7 33 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/signal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
signal 3 13 94 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/readdir_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readdir_r 4 18 109 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/psignal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
psignal 3 20 163 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/sethostname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sethostname 2 9 67 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/gethostname.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gethostname 2 11 70 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/waitpid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
waitpid 1 4 28 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/verrc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
verrc 2 10 80 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/siginterrupt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
siginterrupt 3 15 93 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/errlist.c
Source file: /home/sergeyb/sources/src/lib/libc/gen/times.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
times 4 16 135 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/fpclassify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpclassify 7 17 85 1
__fpclassifyf 5 17 73 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/nftw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nftw 22 74 375 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/fstab.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fstabscan 29 98 634 1
getfsent 4 6 34 1
getfsspec 4 8 44 1
getfsfile 4 8 44 1
setfsent 6 18 97 1
endfsent 2 7 24 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/errc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
errc 1 7 43 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/pwcache.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
user_from_uid 8 40 284 2
group_from_gid 8 40 284 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/ftok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ftok 2 8 69 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/statvfs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cvt_statfs_to_statvfs 5 18 150 2
fstatvfs 2 9 48 2
statvfs 2 9 50 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/closedir.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
closedir 1 12 68 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/utime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
utime 2 13 95 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/authenticate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
auth_mkvalue 10 40 234 1
auth_checknologin 2 5 22 1
_auth_checknologin 13 33 182 2
auth_cat 3 11 89 1
auth_approval 39 113 806 4
auth_usercheck 10 42 344 4
auth_userokay 2 6 51 4
auth_userchallenge 12 39 320 4
auth_userresponse 12 38 302 3
auth_verify 9 23 208 4
Source file: /home/sergeyb/sources/src/lib/libc/gen/clock_getcpuclockid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clock_getcpuclockid 3 7 38 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/ttyslot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ttyslot 6 24 127 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
err 1 7 38 3
Source file: /home/sergeyb/sources/src/lib/libc/gen/readpassphrase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readpassphrase 33 108 902 4
getpass 1 5 35 1
handler 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/isnan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnan 3 6 43 1
__isnanf 2 5 35 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/getbsize.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getbsize 18 59 340 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/raise.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
raise 1 4 19 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/exec.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
execl 4 23 153 3
execle 4 24 166 3
execlp 4 23 151 3
execv 1 5 33 2
execvpe 23 90 543 3
execvp 1 4 25 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/getttyent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getttynam 3 10 51 1
getttyent 28 65 418 1
skip 14 30 173 1
value 2 4 27 1
setttyent 3 9 46 1
endttyent 2 10 41 1
Source file: /home/sergeyb/sources/src/lib/libc/gen/getloadavg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getloadavg 3 15 131 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/initgroups.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
initgroups 2 10 62 2
Source file: /home/sergeyb/sources/src/lib/libc/gen/tolower_.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tolower 2 6 34 1
Source file: /home/sergeyb/sources/src/lib/libc/crypt/arc4random.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_rs_init 4 11 75 2
_rs_stir 3 14 95 1
_rs_stir_if_needed 4 10 47 1
_rs_rekey 3 15 136 2
_rs_random_buf 4 21 126 2
_rs_random_u32 2 11 93 1
arc4random 1 8 26 1
arc4random_buf 1 6 26 2
Source file: /home/sergeyb/sources/src/lib/libc/crypt/crypt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
crypt 3 14 65 2
Source file: /home/sergeyb/sources/src/lib/libc/crypt/blowfish.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Blowfish_encipher 1 20 281 3
Blowfish_decipher 1 20 281 3
Blowfish_initstate 1 274 2116 1
Blowfish_stream2word 3 16 84 3
Blowfish_expand0state 5 29 212 3
Blowfish_expandstate 5 34 268 5
blf_key 1 5 30 3
blf_enc 2 10 56 3
blf_dec 2 10 56 3
blf_ecb_encrypt 2 19 206 3
blf_ecb_decrypt 2 19 206 3
blf_cbc_encrypt 3 22 239 4
blf_cbc_decrypt 4 38 447 4
report 2 7 50 2
main 2 24 177 1
Source file: /home/sergeyb/sources/src/lib/libc/crypt/arc4random_uniform.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
arc4random_uniform 4 13 54 1
Source file: /home/sergeyb/sources/src/lib/libc/crypt/arc4random.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_getentropy_fail 1 4 11 1
_rs_allocate 3 17 124 2
_rs_forkdetect 1 3 6 1
Source file: /home/sergeyb/sources/src/lib/libc/crypt/chacha_private.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
chacha_keysetup 2 22 215 4
chacha_ivsetup 1 7 59 2
chacha_encrypt_bytes 10 122 1066 4
Source file: /home/sergeyb/sources/src/lib/libc/crypt/cryptutil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
crypt_checkpass 7 19 109 2
crypt_newhash 9 39 253 4
Source file: /home/sergeyb/sources/src/lib/libc/crypt/bcrypt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bcrypt_initsalt 4 16 95 3
bcrypt_hashpass 19 80 636 4
bcrypt_newhash 3 10 77 4
bcrypt_checkpass 4 13 91 2
_bcrypt_autorounds 5 22 127 1
decode_base64 8 29 224 3
encode_base64 4 29 199 3
bcrypt_gensalt 1 6 29 1
bcrypt 2 7 45 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gmisc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rshift 7 26 174 2
trailz 4 14 80 1
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtorQ.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ULtoQ 10 35 245 4
strtorQ 2 17 127 4
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtord.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ULtod 10 29 171 4
strtord 2 17 127 4
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/misc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Balloc( k) 7 32 216 1
Bfree( v) 4 14 64 1
lo0bits( y) 10 40 182 1
multadd( b , m , a) 9 40 258 3
hi0bits_D2A( x) 7 26 120 1
i2b( i) 2 10 46 1
mult( a , b) 22 93 633 2
pow5mult( b , k) 18 54 337 2
lshift( b , k) 11 45 284 2
cmp( a , b) 11 24 156 2
diff( a , b) 16 79 518 2
b2d( a , e) 18 47 434 2
d2b( dd , e , bits) 21 93 675 3
strcp_D2A 2 6 29 2
memcpy_D2A 2 8 63 3
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtof 11 33 216 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/dmisc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rv_alloc 3 18 96 1
nrv_alloc 4 12 69 3
freedtoa 2 8 60 1
quorem( b , S) 22 89 684 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/smisc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
s2b( s , nd0 , nd , y9 , dplen) 11 36 258 5
ratio( a , b) 6 26 196 2
match( sp , t) 5 13 80 2
copybits 7 18 144 3
any_on 7 23 124 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/sum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sum 12 58 428 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/ulp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ulp( x) 5 24 144 1
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gdtoa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bitstob 8 34 209 3
gdtoa( fpi , be , bits , kindp , mode , ndigits , decpt , rve) 209 568 3490 8
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/hexnan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
L_shift 2 11 64 3
hexnan 37 88 586 3
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/hdtoa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
roundup 3 13 67 2
dorounding 11 24 128 4
__hdtoa 19 59 453 6
__hldtoa 23 67 510 6
__hldtoa 1 5 49 6
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gdtoa_fltrnds.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
switch 4 5 33 1
if 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gethex.c
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtold.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtold 1 4 23 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gdtoa.h
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/ldtoa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ldtoa 9 46 258 6
__ldtoa 2 9 67 6
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtod.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sulp( x , scale) 3 12 90 2
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/dtoa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dtoa( d0 , mode , ndigits , decpt , sign , rve) 228 552 3475 6
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtodg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
increment 10 35 185 1
decrement 7 20 102 1
all_on 4 12 83 2
set_ones 6 23 137 2
rvOK( d , fpi , exp , bits , exact , rd , irv) 35 121 675 7
mantbits 5 11 94 1
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/strtorx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ULtox 10 36 250 4
strtorx 2 17 127 4
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/gdtoaimp.h
Source file: /home/sergeyb/sources/src/lib/libc/gdtoa/hd_init.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
htinit 2 6 50 3
__hexdig_init_D2A 1 6 40 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtoumax.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoumax 29 61 393 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/insque.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
insque 3 14 81 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/rand.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rand_r 1 5 26 1
rand 2 6 30 1
srand 1 4 11 1
srand_deterministic 1 5 15 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/bsearch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bsearch 4 18 135 5
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/random.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
srandom_l 6 21 146 1
srandom 1 4 12 1
srandomdev 1 4 10 1
srandom_deterministic 1 6 21 1
initstate 8 44 254 3
setstate 8 35 201 1
random_l 5 18 105 1
random 1 8 26 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/a64l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
a64l 12 28 180 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/l64a.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
l64a 7 26 141 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/realpath.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
realpath 35 134 798 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/rand48.h
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/remque.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remque 3 8 51 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/posix_pty.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
posix_openpt 5 19 107 1
ptmname 4 17 86 1
grantpt 2 4 18 1
unlockpt 2 4 18 1
ptsname 2 11 86 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/mrand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mrand48 2 7 47 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/qsort.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
swapfunc 5 16 77 4
med3 6 6 97 4
introsort 20 82 601 6
qsort 7 15 140 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/hcreate.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hcreate 8 29 161 1
hdestroy 4 18 103 1
hsearch 7 30 205 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/ecvt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cvt 13 51 315 6
ecvt 1 4 36 4
fcvt 1 4 36 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atof 1 4 23 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/_rand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__dorand48 1 17 193 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atexit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cxa_atexit 9 43 307 3
atexit 1 4 35 1
__cxa_finalize 14 49 308 1
__atexit_register_cleanup 7 32 237 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/tsearch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tsearch 6 24 204 3
tdelete 10 38 330 3
trecurse 5 14 153 3
twalk 3 6 72 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/icdb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
roundup 2 7 29 1
icdb_new 9 31 217 6
icdb_open 12 46 342 3
icdb_get 1 6 47 3
icdb_lookup 5 28 205 5
icdb_nentries 1 4 16 1
icdb_entries 1 4 14 1
icdb_update 2 17 130 3
icdb_add 4 17 124 2
icdb_rehash 6 31 269 1
icdb_save 7 23 173 2
icdb_close 3 15 93 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atoi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atoi 1 4 28 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/imaxabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
imaxabs 2 4 19 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/abort.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
abort 1 15 106 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/reallocarray.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
reallocarray 5 9 55 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtonum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtonum 12 35 216 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/srand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
srand48 1 5 16 1
srand48_deterministic 1 11 70 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtol.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtol 34 79 459 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/gcvt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gcvt 23 77 471 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/drand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
drand48 2 11 78 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/lcong48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lcong48 1 5 20 1
lcong48_deterministic 1 11 82 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atoll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atoll 1 5 27 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/ldiv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ldiv 3 11 59 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/lsearch.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lsearch 1 5 41 5
lfind 1 5 42 5
linear_base 4 14 118 6
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/getsubopt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getsubopt 26 31 267 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/seed48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
seed48 1 7 30 1
seed48_deterministic 1 16 111 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/radixsort.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radixsort 1 9 54 4
sradixsort 3 16 110 4
r_sort_a 16 59 444 5
r_sort_b 16 63 454 6
simplesort 6 15 150 5
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/div.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
div 3 11 59 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/getenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__findenv 9 18 130 3
getenv 3 8 57 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/setenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
putenv 13 35 259 1
setenv 23 55 417 3
unsetenv 9 22 136 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/malloc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_MALLOC_LEAVE 2 7 29 1
_MALLOC_ENTER 2 7 29 1
hash 2 11 85 1
getpool 2 8 40 1
wrterror 5 15 99 3
rbytes_init 1 5 47 1
getrbyte 2 8 45 1
unmap 22 61 455 4
zapcacheregion 5 18 142 3
map 25 67 478 4
omalloc_parseopt 23 70 267 1
omalloc_init 17 52 269 1
omalloc_poolinit 5 32 272 1
omalloc_grow 7 40 284 1
alloc_chunk_info 6 31 222 2
insert 5 24 166 4
find 7 21 176 2
delete 11 27 209 2
omalloc_make_chunks 9 48 382 3
find_chunksize 5 15 71 1
malloc_bytes 22 61 456 3
fill_canary 2 7 42 3
validate_canary 5 17 99 4
find_chunknum 6 19 172 4
free_bytes 7 32 253 3
omalloc 17 53 354 4
malloc_recurse 2 11 48 1
_malloc_init 10 30 187 1
malloc 6 25 131 1
validate_junk 6 17 112 2
ofree 35 114 733 5
free 4 20 103 1
freezero_p 1 5 23 2
freezero 5 24 124 2
orealloc 56 170 1147 4
realloc 6 25 135 2
calloc 11 34 189 2
orecallocarray 17 63 421 5
recallocarray_p 15 37 236 4
recallocarray 17 46 278 4
mapalign 9 22 194 4
omemalign 13 46 293 5
posix_memalign 7 34 186 3
leakcmp 2 4 44 2
putleakinfo 7 27 175 3
dump_leaks 5 22 167 1
dump_chunk 6 21 159 4
dump_free_chunk_info 6 21 146 2
dump_free_page_info 3 12 92 2
malloc_dump1 5 43 336 3
malloc_dump 5 22 137 3
malloc_gdump 2 8 46 1
malloc_exit 3 23 144 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/exit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exit 1 5 17 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/labs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
labs 2 4 19 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/heapsort.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
heapsort 6 26 236 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/imaxdiv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
imaxdiv 3 11 59 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/merge.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mergesort 34 124 840 4
setup 17 56 496 5
insertionsort 4 13 106 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/lrand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lrand48 2 7 51 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtoul.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoul 29 61 397 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atexit.h
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/getopt_long.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gcd 2 11 46 2
permute_args 4 23 162 4
parse_long_options 32 92 552 6
getopt_internal 57 137 830 6
getopt 1 4 36 3
getopt_long 1 6 46 5
getopt_long_only 1 6 48 5
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/atol.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atol 1 4 25 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtoull.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoull 29 61 401 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtoll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoll 34 79 460 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/llabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
llabs 2 4 20 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/strtoimax.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoimax 34 79 459 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/lldiv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lldiv 3 11 61 2
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/recallocarray.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
recallocarray 15 37 238 4
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/nrand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nrand48 1 5 43 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/tfind.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tfind 5 17 148 3
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/_Exit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Exit 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/abs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
abs 2 4 19 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/erand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erand48 1 7 59 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/system.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
system 7 32 237 1
Source file: /home/sergeyb/sources/src/lib/libc/stdlib/jrand48.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
jrand48 1 5 38 1
Source file: /home/sergeyb/sources/src/lib/libc/string/strncmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strncmp 5 12 83 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscpy 2 11 51 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscspn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscspn 4 17 72 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsncat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsncat 4 17 77 3
Source file: /home/sergeyb/sources/src/lib/libc/string/timingsafe_memcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timingsafe_memcmp 2 14 117 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strsep.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strsep 6 23 120 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strsignal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strsignal 1 5 22 1
Source file: /home/sergeyb/sources/src/lib/libc/string/wcslcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcslcpy 7 18 98 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscasecmp_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscasecmp_l 3 10 76 3
wcsncasecmp_l 5 15 105 4
Source file: /home/sergeyb/sources/src/lib/libc/string/strxfrm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strxfrm 2 6 42 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strlcat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strlcat 6 22 128 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wmemchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemchr 3 11 55 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcslen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcslen 2 8 31 1
Source file: /home/sergeyb/sources/src/lib/libc/string/strcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcmp 3 7 56 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strcoll_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcoll_l 1 5 31 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsdup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsdup 2 10 61 1
Source file: /home/sergeyb/sources/src/lib/libc/string/strmode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strmode 27 97 405 2
Source file: /home/sergeyb/sources/src/lib/libc/string/memmove.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memmove 10 41 307 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsncmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsncmp 5 14 85 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscat 3 15 67 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcschr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcschr 4 13 56 2
Source file: /home/sergeyb/sources/src/lib/libc/string/bcopy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bcopy 10 41 304 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strerror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strerror 1 6 34 1
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscmp 3 7 56 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcscasecmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcscasecmp 3 9 69 2
wcsncasecmp 5 14 98 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strcasecmp_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcasecmp_l 1 5 31 3
strncasecmp_l 1 5 36 4
Source file: /home/sergeyb/sources/src/lib/libc/string/strxfrm_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strxfrm_l 1 5 35 4
Source file: /home/sergeyb/sources/src/lib/libc/string/swab.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
swab 2 15 87 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcswidth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcswidth 4 14 64 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strcasecmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcasecmp 3 10 89 2
strncasecmp 5 15 113 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strlen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strlen 2 7 34 1
Source file: /home/sergeyb/sources/src/lib/libc/string/memcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memcmp 4 11 75 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strpbrk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strpbrk 4 11 79 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strndup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strndup 2 12 67 2
Source file: /home/sergeyb/sources/src/lib/libc/string/stpncpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
stpncpy 5 17 98 3
Source file: /home/sergeyb/sources/src/lib/libc/string/memcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memcpy 10 32 254 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wmemcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemcmp 4 13 76 3
Source file: /home/sergeyb/sources/src/lib/libc/string/memset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memset 3 10 53 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsstr 7 28 125 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsspn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsspn 5 19 80 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wmemcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemcpy 1 4 35 3
Source file: /home/sergeyb/sources/src/lib/libc/string/stpcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
stpcpy 2 5 38 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcpy 2 6 44 2
Source file: /home/sergeyb/sources/src/lib/libc/string/memrchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memrchr 4 12 79 3
Source file: /home/sergeyb/sources/src/lib/libc/string/bcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bcmp 4 13 78 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strcasestr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcasestr 5 17 123 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strchr 4 9 52 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strlcpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strlcpy 7 18 96 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strcat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcat 3 7 49 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strerror_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__digits10 2 9 33 1
__itoa 7 30 140 5
__num2string 6 21 135 8
strerror_r 2 9 51 3
__strsignal 1 6 33 2
Source file: /home/sergeyb/sources/src/lib/libc/string/timingsafe_bcmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
timingsafe_bcmp 2 8 62 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strerror_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strerror_l 3 9 58 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsrchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsrchr 4 14 59 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strnlen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strnlen 3 7 49 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strspn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strspn 3 11 72 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strrchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strrchr 4 10 54 2
Source file: /home/sergeyb/sources/src/lib/libc/string/wcslcat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcslcat 6 22 131 3
Source file: /home/sergeyb/sources/src/lib/libc/string/bzero.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bzero 2 6 31 2
Source file: /home/sergeyb/sources/src/lib/libc/string/ffs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ffs 4 25 136 1
Source file: /home/sergeyb/sources/src/lib/libc/string/strcspn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcspn 4 13 78 2
Source file: /home/sergeyb/sources/src/lib/libc/string/memmem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memmem 7 17 135 4
Source file: /home/sergeyb/sources/src/lib/libc/string/memccpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memccpy 4 13 81 4
Source file: /home/sergeyb/sources/src/lib/libc/string/wmemmove.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemmove 1 4 35 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strcoll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strcoll 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strdup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strdup 2 10 60 1
Source file: /home/sergeyb/sources/src/lib/libc/string/explicit_bzero.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__explicit_bzero_hook 1 3 10 2
explicit_bzero 1 5 27 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strtok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtok 1 5 29 2
strtok_r 9 33 181 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcswcs.c
Source file: /home/sergeyb/sources/src/lib/libc/string/strncpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strncpy 5 15 84 3
Source file: /home/sergeyb/sources/src/lib/libc/string/strstr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
twobyte_strstr 4 6 85 2
threebyte_strstr 4 7 111 2
fourbyte_strstr 4 7 119 2
twoway_strstr 30 86 687 2
strstr 10 13 178 2
Source file: /home/sergeyb/sources/src/lib/libc/string/strncat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strncat 5 16 86 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcspbrk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcspbrk 4 17 72 2
Source file: /home/sergeyb/sources/src/lib/libc/string/memchr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
memchr 4 11 72 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcsncpy.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsncpy 4 14 63 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wmemset.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wmemset 2 11 51 3
Source file: /home/sergeyb/sources/src/lib/libc/string/wcstok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcstok 9 34 189 3
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_simple.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
callrpc 14 63 466 8
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_rec.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdrrec_create 4 44 328 6
xdrrec_getlong 4 18 165 2
xdrrec_putlong 3 15 141 2
xdrrec_getbytes 7 22 127 3
xdrrec_putbytes 5 20 130 3
xdrrec_getpos 4 19 104 1
xdrrec_setpos 10 31 181 2
xdrrec_inline 7 24 137 2
xdrrec_destroy 1 7 52 1
xdrrec_skiprecord 10 26 164 1
xdrrec_eof 7 14 104 1
xdrrec_endofrecord 4 17 143 2
__xdrrec_getrec 16 65 442 3
__xdrrec_setnonblock 2 9 54 2
flush_out 3 14 152 2
fill_input_buf 3 18 108 1
get_input_bytes 7 25 156 3
set_input_fragment 5 14 100 1
skip_input_bytes 5 16 89 2
fix_buf_size 2 6 25 1
realloc_stream 3 17 95 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/get_myaddress.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
get_myaddress 9 24 153 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/getrpcent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_rpcdata 2 9 43 1
getrpcbynumber 4 14 68 1
getrpcbyname 5 17 94 1
setrpcent 3 11 57 1
endrpcent 4 10 49 1
getrpcent 4 11 100 1
interpret 15 46 321 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_reference.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_reference 6 26 123 4
xdr_pointer 3 13 79 4
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_prot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_pmap 4 8 63 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_float.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_float 4 17 89 2
xdr_double 10 41 245 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_prot2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_pmaplist 7 19 140 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xprt_register 1 4 16 1
__xprt_register 7 23 133 1
svc_fd_insert 15 54 367 1
svc_fd_remove 17 47 293 1
xprt_unregister 2 8 38 1
svc_register 5 25 157 5
svc_unregister 3 15 99 2
svc_find 4 13 82 3
svc_sendreply 1 11 81 3
svcerr_noproc 1 9 52 1
svcerr_decode 1 9 52 1
svcerr_systemerr 1 9 52 1
svcerr_auth 1 9 54 2
svcerr_weakauth 1 4 15 1
svcerr_noprog 1 9 52 1
svcerr_progvers 1 11 78 3
svc_getreq 2 6 42 1
svc_getreqset 1 4 15 1
svc_getreqset2 3 11 83 2
svc_getreq_poll 5 13 96 2
svc_getreq_common 12 57 352 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_generic.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clnt_create 8 52 311 4
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_raw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
svcraw_create 3 15 106 1
svcraw_stat 1 4 13 1
svcraw_recv 3 13 75 2
svcraw_reply 3 14 83 2
svcraw_getargs 2 7 48 3
svcraw_freeargs 2 10 62 3
svcraw_destroy 1 3 8 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_stdio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdrstdio_create 1 8 50 3
xdrstdio_destroy 1 4 22 1
xdrstdio_getlong 2 8 62 2
xdrstdio_putlong 2 7 60 2
xdrstdio_getbytes 3 6 56 3
xdrstdio_putbytes 3 6 56 3
xdrstdio_getpos 1 4 25 1
xdrstdio_setpos 2 5 40 2
xdrstdio_inline 1 4 16 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_getmaps.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmap_getmaps 3 22 127 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/bindresvport.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bindresvport 1 4 25 2
bindresvport_sa 13 65 401 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/rpc_callmsg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_callmsg 37 131 964 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_raw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clntraw_create 5 36 231 2
clntraw_call 13 57 395 7
clntraw_geterr 1 3 13 2
clntraw_freeres 2 13 74 3
clntraw_abort 1 3 8 1
clntraw_control 1 4 20 3
clntraw_destroy 1 3 8 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/rpc_commondata.c
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_simple.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
registerrpc 6 27 184 6
universal 10 31 210 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_perror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clnt_sperror 37 83 468 2
clnt_perror 1 4 29 2
clnt_sperrno 2 7 48 1
clnt_perrno 1 4 23 1
clnt_spcreateerror 3 22 134 1
clnt_pcreateerror 1 4 20 1
auth_errmsg 2 7 48 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_auth_unix.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_svcauth_unix 7 60 393 2
_svcauth_short 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_clnt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmap_set 4 30 179 4
pmap_unset 3 22 140 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_tcp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
svctcp_create 13 55 376 3
svcfd_create 1 4 25 3
makefd_xprt 4 32 228 3
rendezvous_request 14 45 294 2
rendezvous_stat 1 4 13 1
svctcp_destroy 3 15 109 1
readtcp 8 34 241 3
writetcp 3 12 88 3
svctcp_stat 3 10 60 1
svctcp_recv 2 14 89 2
svctcp_getargs 1 4 43 3
svctcp_freeargs 1 7 55 3
svctcp_reply 1 12 81 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_rmt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmap_rmtcall 2 29 185 10
xdr_rmtcall_args 7 22 183 2
xdr_rmtcallres 3 11 88 2
newgetbroadcastnets 15 38 235 1
clnt_broadcast 28 152 926 8
Source file: /home/sergeyb/sources/src/lib/libc/rpc/rpc_prot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_opaque_auth 2 7 52 2
xdr_des_block 1 4 30 2
xdr_accepted_reply 6 17 140 2
xdr_rejected_reply 5 14 114 2
xdr_replymsg 4 9 91 2
xdr_callhdr 6 12 113 2
accepted 7 26 113 2
rejected 3 14 69 2
_seterr_reply 7 34 197 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_auth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_authenticate 3 12 98 2
_svcauth_null 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_free 1 6 31 2
xdr_void 1 4 11 1
xdr_int 5 18 92 2
xdr_u_int 5 18 100 2
xdr_long 4 12 60 2
xdr_u_long 4 12 67 2
xdr_int32_t 5 18 92 2
xdr_u_int32_t 5 18 100 2
xdr_short 5 18 93 2
xdr_u_short 5 18 100 2
xdr_int16_t 5 18 92 2
xdr_u_int16_t 5 18 100 2
xdr_char 2 10 50 2
xdr_u_char 2 10 50 2
xdr_bool 7 18 98 2
xdr_enum 4 13 115 2
xdr_opaque 10 30 180 3
xdr_bytes 11 32 179 4
xdr_netobj 1 4 33 2
xdr_union 5 18 109 5
xdr_string 12 42 207 3
xdr_wrapstring 1 4 22 2
xdr_int64_t 7 23 210 2
xdr_u_int64_t 7 23 204 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/authunix_prot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_authunix_parms 6 12 109 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_mem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdrmem_create 2 8 66 4
xdrmem_destroy 1 3 8 1
xdrmem_getlong_aligned 2 9 67 2
xdrmem_putlong_aligned 2 9 70 2
xdrmem_getlong_unaligned 2 11 78 2
xdrmem_putlong_unaligned 2 11 81 2
xdrmem_getbytes 2 9 55 3
xdrmem_putbytes 2 9 55 3
xdrmem_getpos 1 4 25 1
xdrmem_setpos 2 10 66 2
xdrmem_inline_aligned 2 10 54 2
xdrmem_inline_unaligned 1 4 16 2
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_udp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
svcudp_bufcreate 14 63 443 3
svcudp_create 1 4 19 1
svcudp_stat 1 4 13 1
svcudp_recv 8 30 239 2
svcudp_reply 5 22 153 2
svcudp_getargs 1 4 35 3
svcudp_freeargs 1 6 47 3
svcudp_destroy 2 12 98 1
svcudp_enablecache 6 25 176 2
cache_set 7 46 319 2
cache_get 7 24 194 4
Source file: /home/sergeyb/sources/src/lib/libc/rpc/auth_none.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
authnone_create 4 24 161 1
authnone_marshal 2 8 53 2
authnone_verf 1 3 9 1
authnone_validate 1 4 19 2
authnone_refresh 1 4 14 1
authnone_destroy 1 3 9 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/svc_run.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
svc_run 7 29 141 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_tcp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clnttcp_create 14 83 619 6
clnttcp_call 26 71 561 7
clnttcp_geterr 1 6 34 2
clnttcp_freeres 1 7 58 3
clnttcp_abort 1 3 8 1
clnttcp_control 4 19 104 3
clnttcp_destroy 3 11 84 1
readtcp 12 53 342 3
writetcp 3 12 89 3
Source file: /home/sergeyb/sources/src/lib/libc/rpc/pmap_getport.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pmap_getport 4 27 170 4
Source file: /home/sergeyb/sources/src/lib/libc/rpc/clnt_udp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clntudp_bufcreate 11 79 558 7
clntudp_create 1 6 43 5
clntudp_call 32 134 952 7
clntudp_geterr 1 5 34 2
clntudp_freeres 1 7 58 3
clntudp_abort 1 3 8 1
clntudp_control 6 24 132 3
clntudp_destroy 3 10 94 1
Source file: /home/sergeyb/sources/src/lib/libc/rpc/xdr_array.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdr_array 13 43 231 6
xdr_vector 3 13 74 5
Source file: /home/sergeyb/sources/src/lib/libc/rpc/getrpcport.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getrpcport 2 13 114 4
Source file: /home/sergeyb/sources/src/lib/libc/rpc/auth_unix.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
authunix_create 6 45 334 5
set_rpc_maxgrouplist 2 5 17 1
authunix_create_default 5 21 143 1
authunix_nextverf 1 3 8 1
authunix_marshal 1 5 38 2
authunix_validate 4 24 161 2
authunix_refresh 4 33 205 1
authunix_destroy 3 11 110 1
marshal_new_auth 3 13 92 1
Source file: /home/sergeyb/sources/src/lib/libc/gmon/mcount.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_MCOUNT_DECL 18 74 412 2
Source file: /home/sergeyb/sources/src/lib/libc/gmon/gmon.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
monstartup 13 64 489 2
_mcleanup 24 119 826 1
moncontrol 2 12 68 1
hertz 2 13 88 1
Source file: /home/sergeyb/sources/src/lib/libc/time/strftime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strftime 5 16 112 4
_fmt 90 278 1561 5
_conv 1 6 57 4
_add 2 6 41 3
_yconv 10 23 171 6
_loc 24 98 584 1
Source file: /home/sergeyb/sources/src/lib/libc/time/tzfile.h
Source file: /home/sergeyb/sources/src/lib/libc/time/wcsftime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wcsftime 4 16 108 4
_fmt 83 265 1571 5
_conv 1 6 63 4
_add 2 6 42 3
_sadd 2 6 45 3
_yconv 10 24 174 6
Source file: /home/sergeyb/sources/src/lib/libc/time/strptime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strptime 1 4 33 3
_strptime 149 394 2456 4
_conv_num 9 16 117 4
_find_string 4 16 114 5
leaps_thru_end_of 2 5 44 1
Source file: /home/sergeyb/sources/src/lib/libc/time/difftime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
difftime 1 4 35 2
Source file: /home/sergeyb/sources/src/lib/libc/time/strftime_l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strftime_l 1 5 43 5
Source file: /home/sergeyb/sources/src/lib/libc/time/private.h
Source file: /home/sergeyb/sources/src/lib/libc/time/asctime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asctime3 9 40 270 3
asctime_r 1 4 24 2
asctime 2 10 62 1
Source file: /home/sergeyb/sources/src/lib/libc/time/localtime.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
detzcode 3 9 64 1
detzcode64 3 9 66 1
settzname 15 35 277 1
differ_by_repeat 2 6 34 2
tzload 77 200 1585 3
typesequiv 10 19 142 3
getzname 6 8 51 1
getqzname 3 7 37 2
getnum 6 18 112 4
getsecs 6 23 140 2
getoffset 5 15 77 2
getrule 10 34 245 2
transtime 12 43 306 4
tzparse 39 198 1244 3
gmtload 2 5 34 1
tzsetwall_basic 5 16 74 1
tzsetwall 1 6 20 1
tzset_basic 11 34 225 1
tzset 1 6 20 1
localsub 22 77 512 3
localtime_r 1 8 42 2
localtime 2 8 50 1
gmtsub 6 22 123 3
gmtime_r 1 4 24 2
gmtime 2 8 50 1
offtime 1 4 23 2
leaps_thru_end_of 2 5 43 1
timesub 28 107 711 4
ctime 1 4 18 1
ctime_r 1 5 31 2
increment_overflow 3 8 53 2
long_increment_overflow 3 8 53 2
normalize_overflow 2 9 64 3
long_normalize_overflow 2 9 64 3
tmcomp 2 11 114 2
time2sub 47 138 913 5
time2 2 7 72 4
time1 18 58 426 3
mktime 1 9 40 1
timelocal 2 6 28 1
timegm 2 6 31 1
timeoff 2 6 34 2
leapcorr 3 14 67 1
time2posix 1 5 20 1
posix2time 7 24 125 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 4 9 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/milieu.h
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/softfloat-specialize.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
float_raise 2 7 24 1
float32_is_nan 1 4 22 1
float32_is_signaling_nan 2 4 29 1
float32ToCommonNaN 2 9 54 1
commonNaNToFloat32 1 4 33 1
propagateFloat32NaN 4 17 89 2
float64_is_nan 1 5 28 1
float64_is_signaling_nan 2 6 38 1
float64ToCommonNaN 2 9 55 1
commonNaNToFloat64 1 7 39 1
propagateFloat64NaN 4 17 101 2
floatx80_is_nan 2 4 32 1
floatx80_is_signaling_nan 3 9 53 1
floatx80ToCommonNaN 2 9 53 1
commonNaNToFloatx80 1 7 51 1
propagateFloatx80NaN 4 17 99 2
float128_is_nan 3 6 44 1
float128_is_signaling_nan 3 6 42 1
float128ToCommonNaN 2 8 59 1
commonNaNToFloat128 1 7 59 1
propagateFloat128NaN 4 17 99 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/lesf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lesf2 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/gtdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gtdf2 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 7 21 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/eqdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__eqdf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 4 9 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/unordsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__unordsf2 1 4 29 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/softfloat-for-gcc.h
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/ltdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ltdf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/ledf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ledf2 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/nesf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__nesf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/softfloat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
extractFloat32Frac 1 4 12 1
extractFloat32Exp 1 4 17 1
extractFloat32Sign 1 4 13 1
normalizeFloat32Subnormal 1 7 42 3
packFloat32 1 4 40 3
roundAndPackFloat32 17 49 286 3
normalizeRoundAndPackFloat32 1 6 40 3
extractFloat64Frac1 1 4 18 1
extractFloat64Frac0 1 4 20 1
extractFloat64Exp 1 4 20 1
extractFloat64Sign 1 4 16 1
normalizeFloat64Subnormal 3 27 129 5
packFloat64 1 6 58 4
roundAndPackFloat64 29 70 404 5
normalizeRoundAndPackFloat64 3 22 120 4
int32_to_float32 4 8 61 1
int32_to_float64 4 19 117 1
float32_to_int32 15 56 286 1
float32_to_int32_round_to_zero 10 29 170 1
float32_to_float64 5 20 143 1
float32_round_to_int 19 51 273 1
addFloat32Sigs 13 60 325 3
subFloat32Sigs 14 64 338 3
float32_add 2 12 60 2
float32_sub 2 12 60 2
float32_mul 14 49 348 2
float32_div 15 59 424 2
float32_rem 23 75 502 2
float32_sqrt 11 48 328 1
float32_eq 8 12 93 2
float32_le 8 14 117 2
float32_lt 8 14 117 2
float32_eq_signaling 6 10 79 2
float32_le_quiet 10 17 136 2
float32_lt_quiet 10 16 131 2
float64_to_int32 16 59 338 1
float64_to_int32_round_to_zero 12 39 225 1
float64_to_float32 4 20 121 1
float64_round_to_int 27 91 595 1
addFloat64Sigs 13 66 405 3
subFloat64Sigs 16 70 446 3
float64_add 2 12 60 2
float64_sub 2 12 60 2
float64_mul 14 52 440 2
float64_div 16 70 651 2
float64_rem 23 93 775 2
float64_sqrt 13 59 549 1
float64_eq 8 15 113 2
float64_le 8 20 143 2
float64_lt 8 20 143 2
float64_eq_signaling 6 12 93 2
float64_le_quiet 10 18 145 2
float64_lt_quiet 10 18 145 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/timesoftfloat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fail 1 10 54 2
reportTime 4 22 108 2
time_a_int32_z_float32 4 24 150 1
time_a_int32_z_float64 4 24 150 1
time_a_int32_z_floatx80 4 24 150 1
time_a_int32_z_float128 4 24 150 1
time_a_int64_z_float32 4 24 150 1
time_a_int64_z_float64 4 24 150 1
time_a_int64_z_floatx80 4 24 150 1
time_a_int64_z_float128 4 24 150 1
time_a_float32_z_int32 4 24 150 1
time_a_float32_z_int64 4 24 150 1
time_a_float32_z_float64 4 24 150 1
time_a_float32_z_floatx80 4 24 150 1
time_a_float32_z_float128 4 24 150 1
time_az_float32 4 24 150 1
time_ab_float32_z_flag 6 32 218 1
time_abz_float32 6 32 218 1
time_az_float32_pos 4 24 150 1
time_a_float64_z_int32 4 24 150 1
time_a_float64_z_int64 4 24 150 1
time_a_float64_z_float32 4 24 150 1
time_a_float64_z_floatx80 4 24 150 1
time_a_float64_z_float128 4 24 150 1
time_az_float64 4 24 150 1
time_ab_float64_z_flag 6 32 218 1
time_abz_float64 6 32 218 1
time_az_float64_pos 4 24 150 1
time_a_floatx80_z_int32 4 29 191 1
time_a_floatx80_z_int64 4 29 191 1
time_a_floatx80_z_float32 4 29 191 1
time_a_floatx80_z_float64 4 29 191 1
time_a_floatx80_z_float128 4 29 191 1
time_az_floatx80 4 29 191 1
time_ab_floatx80_z_flag 6 39 299 1
time_abz_floatx80 6 39 299 1
time_az_floatx80_pos 4 29 191 1
time_a_float128_z_int32 4 29 191 1
time_a_float128_z_int64 4 29 191 1
time_a_float128_z_float32 4 29 191 1
time_a_float128_z_float64 4 29 191 1
time_a_float128_z_floatx80 4 29 191 1
time_az_float128 4 29 191 1
time_ab_float128_z_flag 6 39 299 1
time_abz_float128 6 39 299 1
time_az_float128_pos 4 29 191 1
timeFunctionVariety 113 328 1090 4
timeFunction 23 68 265 4
main 35 150 637 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/eqsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__eqsf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/nedf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__nedf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/gtsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gtsf2 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/negdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negdf2 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 4 9 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/gesf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gesf2 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/ltsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ltsf2 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/softfloat.h
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 7 21 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/unorddf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__unorddf2 1 4 29 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/negsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negsf2 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/softfloat-macros.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
shift32RightJamming 3 14 81 3
shift64Right 4 20 122 5
shift64RightJamming 5 28 182 5
shift64ExtraRightJamming 6 47 208 7
shortShift64Left 2 7 61 5
shortShift96Left 2 24 107 7
add64 1 8 51 6
add96 1 26 111 9
sub64 1 6 44 6
sub96 1 26 111 9
mul32To64 1 20 158 4
mul64By32To96 1 17 92 6
mul64To128 1 26 186 8
estimateDiv64To32 5 19 175 3
estimateSqrt32 4 26 248 2
countLeadingZeros32 3 33 582 1
eq64 2 4 29 4
le64 3 4 37 4
lt64 3 4 37 4
ne64 2 4 29 4
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/gedf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gedf2 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libc/softfloat/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 7 21 1
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/getdtablesize.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getdtablesize 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/sethostid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sethostid 2 9 60 1
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/setpgrp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
setpgrp 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/creat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
creat 1 4 28 2
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/gethostid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gethostid 2 12 70 1
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/sigcompat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sigvec 5 14 89 3
sigsetmask 2 9 50 1
sigblock 2 9 50 1
sigpause 1 4 20 1
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/killpg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
killpg 3 8 43 2
Source file: /home/sergeyb/sources/src/lib/libc/compat-43/getwd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getwd 2 8 47 1
Source file: /home/sergeyb/sources/src/lib/libc/nls/catgets.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catgets 8 47 346 4
Source file: /home/sergeyb/sources/src/lib/libc/nls/catclose.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catclose 3 12 52 1
Source file: /home/sergeyb/sources/src/lib/libc/nls/catopen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catopen 46 95 556 2
load_msgcat 9 37 246 1
verify_msgcat 17 46 408 1
Source file: /home/sergeyb/sources/src/lib/libc/citrus/citrus_none.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
wrapv 2 7 26 1
_citrus_none_ctype_mbrtowc 4 11 62 3
_citrus_none_ctype_mbsnrtowcs 5 14 101 4
_citrus_none_ctype_wcrtomb 4 11 52 2
_citrus_none_ctype_wcsnrtombs 11 32 181 4
Source file: /home/sergeyb/sources/src/lib/libc/citrus/citrus_ctype.h
Source file: /home/sergeyb/sources/src/lib/libc/citrus/citrus_utf8.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_citrus_utf8_ctype_mbrtowc 25 84 500 4
_citrus_utf8_ctype_mbsinit 1 4 25 1
_citrus_utf8_ctype_mbsnrtowcs 22 63 424 5
_citrus_utf8_ctype_wcrtomb 11 37 210 3
_citrus_utf8_ctype_wcsnrtombs 17 56 351 5
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfgetospeed.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfgetospeed 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfmakeraw.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfmakeraw 1 10 89 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfsetispeed.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfsetispeed 1 5 23 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcgetpgrp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcgetpgrp 2 7 35 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcgetattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcgetattr 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcgetsid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcgetsid 2 7 35 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfsetspeed.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfsetspeed 1 5 27 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcsendbreak.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcsendbreak 3 12 82 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcflush.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcflush 4 19 73 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcsetattr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcsetattr 5 20 109 3
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcsetpgrp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcsetpgrp 1 6 30 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcdrain.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcdrain 1 8 39 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/tcflow.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tcflow 9 23 141 2
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfgetispeed.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfgetispeed 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libc/termios/cfsetospeed.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cfsetospeed 1 5 23 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 30 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 6 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 12 63 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 24 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 8 44 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 26 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 12 61 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 12 74 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/m88k/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 38 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 6 38 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 11 83 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabs 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 37 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 3 12 62 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 37 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 11 83 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 12 83 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/hppa/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/signbitl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__signbitl 1 5 26 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/ldexp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ldexp 1 8 41 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/isfinitel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isfinitel 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 9 43 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/fpclassifyl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpclassifyl 7 18 92 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/isnormall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnormall 2 5 36 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/isinfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isinfl 3 7 48 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gen/isnanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnanl 3 7 50 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/gdtoa/strtold.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtold 1 6 34 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/i386/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_div.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_div 10 53 360 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_explode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_itof 3 14 89 2
__fpu_uitof 2 14 79 2
__fpu_xtof 3 15 109 2
__fpu_uxtof 2 14 93 2
__fpu_stof 1 12 90 2
__fpu_dtof 1 14 122 3
__fpu_qtof 1 15 167 5
__fpu_explode 17 50 365 4
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_reg.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_q.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Q_mul 1 6 33 2
_Q_div 1 6 33 2
_Q_sub 1 6 33 2
_Q_add 1 6 33 2
_Q_neg 1 6 33 1
_Q_sqrt 1 6 26 1
_Q_dtoq 1 6 24 1
_Q_stoq 1 6 24 1
_Q_itoq 1 6 24 1
_Q_utoq 1 6 25 1
_Q_qtod 1 6 24 1
_Q_qtoi 1 6 24 1
_Q_qtos 1 6 24 1
_Q_qtou 1 6 25 1
_Q_feq 1 4 24 2
_Q_fne 1 4 24 2
_Q_fge 1 4 24 2
_Q_fgt 1 4 24 2
_Q_flt 1 4 24 2
_Q_fle 1 4 24 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_reg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_setreg32 65 197 1104 2
__fpu_setreg64 33 101 560 2
__fpu_getreg32 65 199 1109 1
__fpu_getreg64 33 103 565 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_extern.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_mul.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_mul 13 69 414 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_q.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_subr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_shr 14 49 409 2
__fpu_norm 9 48 401 1
__fpu_newnan 1 11 78 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_implode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpround 12 52 367 2
toinf 5 20 71 2
__fpu_ftoi 7 25 145 2
__fpu_ftox 7 30 190 3
__fpu_ftos 15 38 339 2
__fpu_ftod 13 48 359 3
__fpu_ftoq 13 49 403 3
__fpu_implode 7 28 162 4
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_emu.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_sqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_sqrt 19 127 777 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_qp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Qp_sqrt 1 11 114 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_compare.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_compare 13 49 252 3
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/fpu/fpu_add.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpu_add 18 78 636 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 31 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/signbitl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__signbitl 1 5 26 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 6 33 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 12 76 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 30 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/isfinitel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isfinitel 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 6 36 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpclassifyl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpclassifyl 11 19 110 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/isnormall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnormall 2 5 36 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 30 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 12 76 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/isinfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isinfl 5 7 54 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/isnanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnanl 5 7 56 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 12 76 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/gdtoa/strtold.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtold 1 6 34 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/sparc64/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 10 54 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 10 54 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 7 28 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 7 28 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 17 109 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/alpha/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/gen/ldexp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ldexp 1 8 41 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 9 43 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/amd64/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 27 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 2 8 45 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 2 15 87 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabs 1 5 28 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 12 49 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 11 68 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 11 58 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/powerpc/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/net/ntohs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ntohs 2 6 27 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/net/htons.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
htons 2 6 27 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/net/ntohl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ntohl 2 10 65 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/net/htonl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
htonl 2 10 65 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 27 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 2 7 35 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 2 11 126 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabs 2 7 42 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 10 38 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 2 11 126 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 5 13 103 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/softfloat/sh-gcc.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/softfloat/milieu.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/sh/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/dlfcn/exidx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_exidx 7 25 173 3
dl_unwind_find_exidx 2 9 50 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 4 15 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gen/fabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabs 1 6 31 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 13 55 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/softfloat/arm-gcc.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/softfloat/milieu.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/arm/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 32 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/signbitl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__signbitl 1 5 26 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 4 15 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 9 54 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabs 1 6 31 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 27 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/isfinitel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isfinitel 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 13 55 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpclassifyl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fpclassifyl 11 19 110 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/isnormall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnormall 2 5 36 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 32 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 9 73 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/isinfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isinfl 5 7 54 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/isnanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__isnanl 5 7 56 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/clz_tab.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 9 65 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/gdtoa/strtold.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtold 1 6 34 2
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/SYS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/aarch64/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/cacheflush.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacheflush 1 8 55 3
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpgetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetround 1 6 24 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/flt_rounds.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__flt_rounds 1 7 31 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpsetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetsticky 1 12 72 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpgetsticky.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetsticky 1 6 28 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/infinity.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/_atomic_lock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_atomic_lock 1 15 52 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpgetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpgetmask 1 6 28 0
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/nan.c
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpsetmask.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetmask 1 12 72 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpc_csr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
get_fpc_csr 1 6 21 0
set_fpc_csr 1 7 33 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gen/fpsetround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fpsetround 1 12 57 1
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gdtoa/arith.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/gdtoa/gd_qnan.h
Source file: /home/sergeyb/sources/src/lib/libc/arch/mips64/SYS.h
Source file: /home/sergeyb/sources/src/lib/libradius/radius.h
Source file: /home/sergeyb/sources/src/lib/libradius/radius_msgauth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_calc_message_authenticator 4 30 253 3
radius_put_message_authenticator 2 8 53 2
radius_set_message_authenticator 1 7 45 2
radius_check_message_authenticator 3 14 101 2
Source file: /home/sergeyb/sources/src/lib/libradius/radius_local.h
Source file: /home/sergeyb/sources/src/lib/libradius/radius_userpass.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_encrypt_user_password_attr 5 28 233 5
radius_decrypt_user_password_attr 9 37 264 6
radius_get_user_password_attr 3 13 90 4
radius_put_user_password_attr 3 13 85 3
Source file: /home/sergeyb/sources/src/lib/libradius/radius_attr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_get_raw_attr_ptr 1 10 57 4
radius_get_vs_raw_attr_ptr 1 10 60 5
radius_get_raw_attr 1 10 67 4
radius_get_vs_raw_attr 1 10 70 5
radius_get_raw_attr_cat 3 17 101 4
radius_get_vs_raw_attr_cat 3 17 104 5
radius_put_raw_attr 3 15 113 4
radius_put_vs_raw_attr 4 20 155 5
radius_put_raw_attr_cat 3 14 86 4
radius_put_vs_raw_attr_cat 3 14 91 5
radius_set_raw_attr 2 11 65 4
radius_set_vs_raw_attr 2 11 68 5
radius_del_attr_all 1 12 92 2
radius_del_vs_attr_all 1 12 95 3
radius_has_attr 1 7 31 2
radius_has_vs_attr 1 7 34 3
radius_get_string_attr 4 16 114 4
radius_get_vs_string_attr 4 17 119 5
radius_put_string_attr 1 4 31 3
radius_put_vs_string_attr 1 5 36 4
Source file: /home/sergeyb/sources/src/lib/libradius/radius_mppe.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_encrypt_mppe_key_attr 6 35 319 6
radius_decrypt_mppe_key_attr 9 34 293 6
radius_get_mppe_key_attr 3 13 96 5
radius_put_mppe_key_attr 3 13 95 5
radius_get_mppe_send_key_attr 1 6 38 4
radius_put_mppe_send_key_attr 1 6 37 4
radius_get_mppe_recv_key_attr 1 6 38 4
radius_put_mppe_recv_key_attr 1 6 37 4
Source file: /home/sergeyb/sources/src/lib/libradius/radius_eapmsk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_get_eap_msk 6 22 173 4
Source file: /home/sergeyb/sources/src/lib/libradius/radius.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
radius_check_packet_data 11 28 191 2
radius_ensure_add_capacity 4 17 117 2
radius_new_request_packet 3 20 127 1
radius_new_response_packet 2 10 57 2
radius_convert_packet 4 19 115 2
radius_delete_packet 1 6 25 1
radius_get_code 1 4 18 1
radius_get_id 1 4 18 1
radius_update_id 1 4 17 1
radius_set_id 1 4 19 2
radius_get_authenticator 1 4 26 2
radius_get_authenticator_retval 1 4 18 1
radius_get_request_authenticator_retval 2 7 38 1
radius_set_request_packet 1 5 19 2
radius_get_request_packet 1 4 16 1
radius_calc_authenticator 1 14 119 4
radius_calc_response_authenticator 1 6 35 3
radius_check_response_authenticator 1 7 45 2
radius_set_response_authenticator 1 6 26 2
radius_calc_accounting_request_authenticator 1 8 47 3
radius_set_accounting_request_authenticator 1 6 26 2
radius_check_accounting_request_authenticator 1 8 45 2
radius_get_length 1 4 21 1
radius_get_data 1 4 16 1
radius_recvfrom 2 9 72 4
radius_sendto 2 10 69 5
radius_recv 2 9 59 2
radius_send 2 8 56 3
radius_recvmsg 4 18 122 3
radius_sendmsg 4 18 119 4
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_sh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 3 8 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 14 56 428 3
_kvm_pa2off 4 14 107 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_private.h
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_file2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kvm_getfiles 13 55 356 5
kvm_deadfile_byfile 14 59 427 5
kvm_deadfile_byid 44 182 1246 5
fill_file 40 229 1755 8
_kvm_getftype 10 31 95 1
ufs_filestat 3 22 173 3
ext2fs_filestat 3 22 171 3
msdos_filestat 3 21 168 3
nfs_filestat 2 16 137 3
spec_filestat 4 19 135 3
filestat 13 38 200 3
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_cd9660.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_stat_cd9660 2 15 126 3
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_proc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_findanon 12 39 263 3
_kvm_ureadm 18 60 497 4
_kvm_reallocarray 2 7 53 4
kvm_argv 27 90 677 5
ps_str_a 1 5 34 3
ps_str_e 1 5 34 3
proc_verify 5 14 115 2
kvm_doargv 8 30 239 4
kvm_arg_sysctl 11 35 274 4
kvm_getargv 2 6 54 3
kvm_getenvv 2 6 54 3
kvm_ureadm 3 21 129 5
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_amd64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 13 68 548 3
_kvm_pa2off 5 21 160 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_arm64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 4 16 135 3
_kvm_pa2off 4 15 120 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_hppa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 2 9 62 3
_kvm_pa2off 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_m88k.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 1 5 29 3
_kvm_pa2off 1 5 25 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_mips64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 2 5 23 1
_kvm_initvtop 8 40 348 1
_kvm_kvatop 10 41 285 3
_kvm_pa2off 1 5 23 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_ntfs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_stat_ntfs 4 26 220 3
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_powerpc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 1 5 29 3
_kvm_pa2off 1 5 25 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_alpha.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 4 18 119 1
_kvm_kvatop 13 65 483 3
_kvm_pa2off 4 19 137 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_arm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 1 5 21 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 4 16 135 3
_kvm_pa2off 4 15 120 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kvm_geterr 1 4 15 1
_kvm_pread 3 10 70 5
_kvm_pwrite 3 10 71 5
_kvm_err 2 13 99 4
_kvm_syserr 2 18 150 4
_kvm_malloc 2 7 49 2
_kvm_realloc 2 6 51 3
_kvm_open 21 79 535 6
kvm_opennamelist 4 18 108 2
_kvm_get_header 15 59 429 1
kvm_dump_mkheader 13 59 443 2
clear_gap 4 12 70 3
kvm_dump_wrtheader 11 48 420 3
kvm_openfiles 2 11 93 5
kvm_open 3 11 100 5
kvm_close 13 34 269 1
kvm_dbopen 13 53 407 2
kvm_nlist 9 33 280 2
kvm_dump_inval 6 29 215 1
kvm_read 11 40 281 4
kvm_write 4 17 120 4
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_proc2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kvm_proclist 68 230 1530 7
kvm_getprocs 19 90 696 5
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_udf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
udf_permtomode 1 15 118 1
_kvm_stat_udf 6 36 263 3
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_getloadavg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kvm_getloadavg 7 25 213 3
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_i386.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 2 8 40 1
_kvm_initvtop 8 48 366 1
_kvm_kvatop 7 34 258 3
_kvm_pa2off 1 4 25 2
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_file.h
Source file: /home/sergeyb/sources/src/lib/libkvm/kvm_sparc64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_kvm_freevtop 2 7 35 1
_kvm_initvtop 1 4 13 1
_kvm_kvatop 12 57 440 3
_kvm_pa2off 5 19 136 2
Source file: /home/sergeyb/sources/src/lib/libform/fty_ipv4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Check_IPV4_Field 10 18 136 2
Check_IPV4_Character 3 4 36 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_info.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
field_info 8 26 137 7
dynamic_field_info 5 13 86 4
Source file: /home/sergeyb/sources/src/lib/libform/fld_ftlink.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
link_fieldtype 8 32 173 2
Source file: /home/sergeyb/sources/src/lib/libform/frm_data.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
data_behind 7 19 99 1
Only_Padding 8 33 151 3
data_ahead 11 51 258 1
Source file: /home/sergeyb/sources/src/lib/libform/fty_enum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Make_Enum_Type 6 21 142 1
Copy_Enum_Type 3 15 77 1
Free_Enum_Type 2 5 17 1
Compare 10 33 146 3
Check_Enum_Field 10 40 233 2
Next_Enum 7 24 158 2
Previous_Enum 7 24 172 2
Source file: /home/sergeyb/sources/src/lib/libform/form.priv.h
Source file: /home/sergeyb/sources/src/lib/libform/fld_def.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_Make_Argument 7 32 179 3
_nc_Copy_Argument 8 35 192 3
_nc_Free_Argument 5 20 106 2
_nc_Copy_Type 4 22 135 2
_nc_Free_Type 2 9 48 1
new_field 13 55 377 6
free_field 9 38 180 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_arg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_fieldtype_arg 3 17 111 4
field_arg 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_move.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
move_field 5 11 79 3
Source file: /home/sergeyb/sources/src/lib/libform/frm_opts.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_form_opts 2 12 56 2
form_opts 1 5 37 1
form_opts_on 2 12 56 2
form_opts_off 2 12 56 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_just.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_just 6 20 95 2
field_just 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fty_regex.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
RegEx_Init 1 5 15 1
RegEx_Error 1 5 14 1
Make_RegularExpression_Type 15 71 379 1
Copy_RegularExpression_Type 3 12 62 1
Free_RegularExpression_Type 8 21 89 1
Check_RegularExpression_Field 9 15 109 2
Source file: /home/sergeyb/sources/src/lib/libform/frm_page.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_form_page 8 35 177 2
form_page 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_sub.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_form_sub 3 8 56 2
form_sub 1 7 40 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_dup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dup_field 8 44 320 3
Source file: /home/sergeyb/sources/src/lib/libform/fld_ftchoice.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_fieldtype_choice 4 12 92 3
Source file: /home/sergeyb/sources/src/lib/libform/frm_def.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Insert_Field_By_Position 7 31 156 2
Disconnect_Fields 5 18 114 1
Connect_Fields 17 77 492 2
Associate_Fields 3 18 78 2
new_form 4 19 104 1
free_form 4 13 70 1
set_form_fields 4 15 93 2
form_fields 1 5 30 1
field_count 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fty_alpha.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Make_This_Type 2 10 58 1
Copy_This_Type 2 11 65 1
Free_This_Type 2 5 17 1
Check_This_Character 4 6 41 2
Check_This_Field 1 8 69 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_attr.c
Source file: /home/sergeyb/sources/src/lib/libform/fld_newftyp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
new_fieldtype 4 26 133 2
free_fieldtype 7 19 101 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_pad.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_pad 3 17 79 2
field_pad 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fty_alnum.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Make_This_Type 2 10 58 1
Copy_This_Type 2 11 65 1
Free_This_Type 2 5 17 1
Check_This_Character 4 6 41 2
Check_This_Field 1 8 69 2
Source file: /home/sergeyb/sources/src/lib/libform/frm_driver.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
check_pos 5 15 76 2
wins_wchnstr 4 14 85 3
fix_wchnstr 2 11 65 3
cell_base 4 15 84 3
cell_width 3 17 95 3
delete_char 2 10 76 1
Get_Start_Of_Data 5 9 66 2
After_End_Of_Data 4 8 55 2
Get_First_Whitespace_Character 5 9 67 2
After_Last_Whitespace_Character 4 8 56 2
Adjust_Cursor_Position 4 13 117 2
Buffer_To_Window 4 23 139 2
Window_To_Buffer 10 28 175 2
Synchronize_Buffer 2 10 56 1
Field_Grown 32 117 711 2
Field_encloses 6 13 80 3
_nc_Position_Form_Cursor 5 22 126 1
_nc_Refresh_Current_Field 18 100 469 1
Perform_Justification 7 27 155 2
Undo_Justification 2 13 85 2
Check_Char 6 19 104 3
Display_Or_Erase_Field 7 34 159 2
Synchronize_Field 7 26 153 1
Synchronize_Linked_Fields 6 19 92 1
_nc_Synchronize_Attributes 7 46 246 1
_nc_Synchronize_Options 25 75 337 2
_nc_Set_Current_Field 21 76 443 2
IFN_Next_Character 9 24 153 1
IFN_Previous_Character 3 17 109 1
IFN_Next_Line 5 14 86 1
IFN_Previous_Line 2 11 56 1
IFN_Next_Word 3 20 122 1
IFN_Previous_Word 7 25 185 1
IFN_Beginning_Of_Field 1 9 55 1
IFN_End_Of_Field 2 12 81 1
IFN_Beginning_Of_Line 1 10 55 1
IFN_End_Of_Line 2 14 86 1
IFN_Left_Character 2 12 77 1
IFN_Right_Character 5 15 106 1
IFN_Up_Character 2 10 50 1
IFN_Down_Character 5 13 82 1
VSC_Generic 7 29 152 2
Vertical_Scrolling 3 11 62 2
VSC_Scroll_Line_Forward 1 5 30 1
VSC_Scroll_Line_Backward 1 5 31 1
VSC_Scroll_Page_Forward 1 5 34 1
VSC_Scroll_Half_Page_Forward 1 5 40 1
VSC_Scroll_Page_Backward 1 5 37 1
VSC_Scroll_Half_Page_Backward 1 5 43 1
HSC_Generic 7 29 150 2
Horizontal_Scrolling 2 7 40 2
HSC_Scroll_Char_Forward 1 5 30 1
HSC_Scroll_Char_Backward 1 5 31 1
HSC_Horizontal_Line_Forward 1 5 34 1
HSC_Horizontal_Half_Line_Forward 1 5 40 1
HSC_Horizontal_Line_Backward 1 5 37 1
HSC_Horizontal_Half_Line_Backward 1 5 43 1
Is_There_Room_For_A_Line 2 9 67 1
Is_There_Room_For_A_Char_In_Line 3 9 85 1
Insert_String 7 50 343 4
Wrapping_Not_Necessary_Or_Wrapping_Ok 12 52 271 1
Field_Editing 9 33 138 2
FE_New_Line 17 62 408 1
FE_Insert_Character 7 22 131 1
FE_Insert_Line 8 24 142 1
FE_Delete_Character 1 6 30 1
FE_Delete_Previous 7 42 292 1
FE_Delete_Line 1 7 38 1
FE_Delete_Word 4 23 199 1
FE_Clear_To_End_Of_Line 1 7 47 1
FE_Clear_To_End_Of_Field 1 7 47 1
FE_Clear_Field 1 7 42 1
EM_Overlay_Mode 1 6 31 1
EM_Insert_Mode 1 6 31 1
Next_Choice 5 17 101 3
Previous_Choice 5 17 101 3
CR_Next_Choice 2 9 61 1
CR_Previous_Choice 2 9 61 1
Check_Field 8 30 141 3
_nc_Internal_Validation 4 16 90 1
FV_Validation 2 8 38 1
Next_Field_On_Page 4 16 115 1
_nc_First_Active_Field 8 26 168 1
Previous_Field_On_Page 4 16 115 1
Sorted_Next_Field 3 12 44 1
Sorted_Previous_Field 3 12 44 1
Left_Neighbor_Field 2 10 40 1
Right_Neighbor_Field 2 10 40 1
Upper_Neighbor_Field 7 20 110 1
Down_Neighbor_Field 7 20 110 1
Inter_Field_Navigation 2 13 61 2
FN_Next_Field 1 6 35 1
FN_Previous_Field 1 6 35 1
FN_First_Field 1 6 47 1
FN_Last_Field 1 7 47 1
FN_Sorted_Next_Field 1 6 35 1
FN_Sorted_Previous_Field 1 6 35 1
FN_Sorted_First_Field 1 6 47 1
FN_Sorted_Last_Field 1 6 47 1
FN_Left_Field 1 6 35 1
FN_Right_Field 1 6 35 1
FN_Up_Field 1 6 35 1
FN_Down_Field 1 6 35 1
_nc_Set_Form_Page 6 24 138 3
Next_Page_Number 1 4 22 1
Previous_Page_Number 2 4 30 1
Page_Navigation 2 15 75 2
PN_Next_Page 1 5 39 1
PN_Previous_Page 1 5 39 1
PN_First_Page 1 5 36 1
PN_Last_Page 1 5 40 1
Data_Entry 24 51 333 2
form_driver 43 129 820 2
set_field_buffer 26 78 494 3
field_buffer 10 35 257 2
_nc_Widen_String 12 60 253 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_link.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
link_field 6 37 276 3
Source file: /home/sergeyb/sources/src/lib/libform/fld_max.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_max_field 14 26 160 2
Source file: /home/sergeyb/sources/src/lib/libform/frm_post.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
post_form 7 25 169 1
unpost_form 4 17 108 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_user.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_userptr 1 6 39 2
field_userptr 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_stat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_status 2 10 51 2
field_status 2 5 38 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_user.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_form_userptr 1 6 39 2
form_userptr 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/fty_int.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Make_This_Type 2 12 80 1
Copy_This_Type 3 15 77 1
Free_This_Type 2 5 17 1
Check_This_Field 23 75 367 2
Check_This_Character 3 4 36 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_page.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_new_page 3 12 62 2
new_page 2 5 38 1
Source file: /home/sergeyb/sources/src/lib/libform/f_trace.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_retrace_field_ptr 1 5 22 1
_nc_retrace_field 1 5 22 1
_nc_retrace_field_type 1 5 22 1
_nc_retrace_form 1 5 22 1
_nc_retrace_form_hook 1 5 21 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_win.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_form_win 3 8 56 2
form_win 2 7 45 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_hook.c
Source file: /home/sergeyb/sources/src/lib/libform/fty_num.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Make_This_Type 3 14 94 1
Copy_This_Type 3 15 77 1
Free_This_Type 2 5 17 1
Check_This_Field 29 95 455 2
Check_This_Character 5 11 60 2
Source file: /home/sergeyb/sources/src/lib/libform/fld_opts.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_opts 2 9 59 2
field_opts 1 5 32 1
field_opts_on 2 12 67 2
field_opts_off 2 12 67 2
Source file: /home/sergeyb/sources/src/lib/libform/form.h
Source file: /home/sergeyb/sources/src/lib/libform/frm_scale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scale_form 5 13 83 3
Source file: /home/sergeyb/sources/src/lib/libform/fld_current.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_current_field 10 52 231 2
current_field 1 5 30 1
field_index 3 5 45 1
Source file: /home/sergeyb/sources/src/lib/libform/fld_type.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_field_type 3 26 157 3
field_type 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_cursor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pos_form_cursor 3 15 62 1
Source file: /home/sergeyb/sources/src/lib/libform/frm_req_name.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
form_request_name 3 11 60 1
form_request_by_name 6 21 143 1
Source file: /home/sergeyb/sources/src/lib/libunwind/include/mach-o/compact_unwind_encoding.h
Source file: /home/sergeyb/sources/src/lib/libunwind/include/unwind.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Unwind_GetGR 1 5 37 2
_Unwind_SetGR 1 4 32 3
_Unwind_GetIP 1 3 24 1
_Unwind_SetIP 1 4 40 2
Source file: /home/sergeyb/sources/src/lib/libunwind/include/__libunwind_config.h
Source file: /home/sergeyb/sources/src/lib/libunwind/include/libunwind.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/AddressSpace.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::__attribute__ 2 47 310 0
libunwind::LocalAddressSpace::getP 2 4 21 1
libunwind::LocalAddressSpace::getULEB128 5 20 125 2
libunwind::LocalAddressSpace::getSLEB128 4 18 122 2
libunwind::LocalAddressSpace::getEncodedP 19 81 380 4
libunwind::_dyld_find_unwind_sections 3 17 105 2
libunwind::LocalAddressSpace::findUnwindSections 20 73 506 2
libunwind::LocalAddressSpace::findOtherFDE 2 6 42 2
libunwind::LocalAddressSpace::findFunctionName 3 13 82 4
libunwind::OtherAddressSpace::OtherAddressSpace 1 1 12 1
libunwind::OtherAddressSpace<P>::get8 1 3 25 1
libunwind::OtherAddressSpace<P>::get16 1 3 30 1
libunwind::OtherAddressSpace<P>::get32 1 3 30 1
libunwind::OtherAddressSpace<P>::get64 1 3 30 1
libunwind::OtherAddressSpace<P>::getP 1 3 28 1
libunwind::OtherAddressSpace<P>::getULEB128 1 8 72 2
libunwind::OtherAddressSpace<P>::getSLEB128 1 8 72 2
libunwind::OtherAddressSpace<P>::localCopy 1 2 12 1
libunwind::OtherAddressSpace<P>::findFunctionName 1 3 23 4
libunwind::unw_addr_space_i386::unw_addr_space_i386 1 1 12 1
libunwind::unw_addr_space_x86_64::unw_addr_space_x86_64 1 1 12 1
libunwind::unw_addr_space_ppc::unw_addr_space_ppc 1 1 12 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/UnwindCursor.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::DwarfFDECache<A>::findFDE 6 14 106 2
libunwind::DwarfFDECache<A>::add 6 25 175 4
libunwind::DwarfFDECache<A>::removeAllIn 4 13 85 1
libunwind::DwarfFDECache<A>::dyldUnloadHook 1 3 25 2
libunwind::DwarfFDECache<A>::iterateCacheEntries 2 8 87 1
libunwind::UnwindSectionHeader::UnwindSectionHeader 1 2 24 2
libunwind::UnwindSectionHeader::version 1 4 21 0
libunwind::UnwindSectionHeader::commonEncodingsArraySectionOffset 1 5 21 0
libunwind::UnwindSectionHeader::commonEncodingsArrayCount 1 4 21 0
libunwind::UnwindSectionHeader::personalityArraySectionOffset 1 4 21 0
libunwind::UnwindSectionHeader::personalityArrayCount 1 4 21 0
libunwind::UnwindSectionHeader::indexSectionOffset 1 4 21 0
libunwind::UnwindSectionHeader::indexCount 1 4 21 0
libunwind::UnwindSectionIndexArray::UnwindSectionIndexArray 1 2 24 2
libunwind::UnwindSectionIndexArray::functionOffset 1 5 25 1
libunwind::UnwindSectionIndexArray::secondLevelPagesSectionOffset 1 5 25 1
libunwind::UnwindSectionIndexArray::lsdaIndexArraySectionOffset 1 5 25 1
libunwind::UnwindSectionRegularPageHeader::UnwindSectionRegularPageHeader 1 2 24 2
libunwind::UnwindSectionRegularPageHeader::kind 1 4 21 0
libunwind::UnwindSectionRegularPageHeader::entryPageOffset 1 5 21 0
libunwind::UnwindSectionRegularPageHeader::entryCount 1 5 21 0
libunwind::UnwindSectionRegularArray::UnwindSectionRegularArray 1 2 24 2
libunwind::UnwindSectionRegularArray::functionOffset 1 5 25 1
libunwind::UnwindSectionRegularArray::encoding 1 5 25 1
libunwind::UnwindSectionCompressedPageHeader::UnwindSectionCompressedPageHeader 1 2 24 2
libunwind::UnwindSectionCompressedPageHeader::kind 1 5 21 0
libunwind::UnwindSectionCompressedPageHeader::entryPageOffset 1 5 21 0
libunwind::UnwindSectionCompressedPageHeader::entryCount 1 5 21 0
libunwind::UnwindSectionCompressedPageHeader::encodingsPageOffset 1 5 21 0
libunwind::UnwindSectionCompressedPageHeader::encodingsCount 1 5 21 0
libunwind::UnwindSectionCompressedArray::UnwindSectionCompressedArray 1 2 24 2
libunwind::UnwindSectionCompressedArray::functionOffset 1 4 26 1
libunwind::UnwindSectionCompressedArray::encodingIndex 1 4 26 1
libunwind::UnwindSectionLsdaArray::UnwindSectionLsdaArray 1 2 24 2
libunwind::UnwindSectionLsdaArray::functionOffset 1 5 25 1
libunwind::UnwindSectionLsdaArray::lsdaOffset 1 5 25 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::operator delete 1 1 10 2
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::~AbstractUnwindCursor 1 1 5 0
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::validReg 1 1 11 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::getReg 1 1 11 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::setReg 1 3 13 2
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::validFloatReg 1 3 11 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::getFloatReg 1 3 11 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::setFloatReg 1 3 13 2
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::step 1 1 10 0
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::getInfo 1 3 12 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::jumpto 1 1 10 0
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::isSignalFrame 1 3 10 0
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::getFunctionName 1 3 17 3
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::setInfoBasedOnIPRegister 1 3 13 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::getRegisterName 1 3 11 1
libunwind::_LIBUNWIND_HIDDENAbstractUnwindCursor::saveVFPAsX 1 1 10 0
libunwind::UnwindCursor::~UnwindCursor 1 1 5 0
libunwind::UnwindCursor::stepWithEHABI 2 11 66 0
libunwind::UnwindCursor::stepWithDwarfFDE 1 6 37 0
libunwind::UnwindCursor::stepWithCompactEncoding 3 6 25 0
libunwind::UnwindCursor::stepWithCompactEncoding 1 4 28 1
libunwind::UnwindCursor::stepWithCompactEncoding 1 4 31 1
libunwind::UnwindCursor::stepWithCompactEncoding 1 3 10 1
libunwind::UnwindCursor::stepWithCompactEncoding 1 4 28 1
libunwind::UnwindCursor::compactSaysUseDwarf 1 4 22 1
libunwind::UnwindCursor::compactSaysUseDwarf 3 8 47 2
libunwind::UnwindCursor::compactSaysUseDwarf 3 8 47 2
libunwind::UnwindCursor::compactSaysUseDwarf 1 3 14 2
libunwind::UnwindCursor::compactSaysUseDwarf 3 8 47 2
libunwind::UnwindCursor::dwarfEncoding 1 4 15 0
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor::dwarfEncoding 1 3 11 1
libunwind::UnwindCursor<A,R>::UnwindCursor 1 7 73 2
libunwind::UnwindCursor<A,R>::UnwindCursor 1 4 46 2
libunwind::UnwindCursor<A,R>::validReg 1 3 22 1
libunwind::UnwindCursor<A,R>::getReg 1 3 22 1
libunwind::UnwindCursor<A,R>::setReg 1 3 32 2
libunwind::UnwindCursor<A,R>::validFloatReg 1 3 22 1
libunwind::UnwindCursor<A,R>::getFloatReg 1 3 22 1
libunwind::UnwindCursor<A,R>::setFloatReg 1 3 26 2
libunwind::UnwindCursor<A,R>::jumpto 1 3 18 0
libunwind::UnwindCursor<A,R>::saveVFPAsX 1 3 18 0
libunwind::UnwindCursor<A,R>::getRegisterName 1 3 22 1
libunwind::UnwindCursor<A,R>::isSignalFrame 1 3 15 0
libunwind::EHABISectionIterator::begin 1 3 23 2
libunwind::EHABISectionIterator::end 1 3 25 2
libunwind::EHABISectionIterator::EHABISectionIterator 1 2 33 3
libunwind::EHABISectionIterator::operator ++ 1 1 13 0
libunwind::EHABISectionIterator::operator += 1 1 16 1
libunwind::EHABISectionIterator::operator -- 1 1 20 0
libunwind::EHABISectionIterator::operator -= 1 1 23 1
libunwind::EHABISectionIterator::operator + 1 1 23 1
libunwind::EHABISectionIterator::operator - 1 1 30 1
libunwind::EHABISectionIterator::operator - 1 1 17 1
libunwind::EHABISectionIterator::operator == 1 5 36 1
libunwind::EHABISectionIterator::operator * 1 1 12 0
libunwind::EHABISectionIterator::functionAddress 1 5 38 0
libunwind::EHABISectionIterator::dataAddress 1 5 27 0
libunwind::UnwindCursor<A,R>::getInfoFromEHABISection 15 85 514 2
libunwind::UnwindCursor<A,R>::getInfoFromDwarfSection 14 57 423 3
libunwind::UnwindCursor<A,R>::getInfoFromCompactEncodingSection 38 230 1372 2
libunwind::UnwindCursor<A,R>::setInfoBasedOnIPRegister 27 78 551 1
libunwind::UnwindCursor<A,R>::step 8 16 91 0
libunwind::UnwindCursor<A,R>::getInfo 1 3 20 1
libunwind::UnwindCursor<A,R>::getFunctionName 1 5 44 3
Source file: /home/sergeyb/sources/src/lib/libunwind/src/Unwind-sjlj.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Unwind_SjLj_Register 1 4 22 1
_Unwind_SjLj_Unregister 1 3 16 1
unwind_phase1 6 39 177 1
unwind_phase2 8 49 216 1
unwind_phase2_forced 7 64 291 3
_Unwind_SjLj_RaiseException 2 9 51 1
_Unwind_SjLj_Resume 2 10 55 1
_Unwind_SjLj_Resume_or_Rethrow 2 11 48 1
_Unwind_GetLanguageSpecificData 1 6 34 1
_Unwind_GetGR 1 7 37 2
_Unwind_SetGR 1 7 43 3
_Unwind_GetIP 1 6 37 1
_Unwind_GetIPInfo 1 8 48 2
_Unwind_SetIP 1 7 37 2
_Unwind_GetRegionStart 1 5 24 1
_Unwind_DeleteException 2 7 36 1
_Unwind_GetDataRelBase 1 5 26 1
_Unwind_GetTextRelBase 1 5 26 1
_Unwind_GetCFA 2 8 46 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/Unwind-EHABI.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
signExtendPrel31 1 3 21 1
readPrel31 1 3 28 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/dwarf2.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/UnwindLevel1-gcc-ext.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_Unwind_Resume_or_Rethrow 4 15 79 1
_Unwind_GetDataRelBase 1 5 30 1
_Unwind_GetTextRelBase 1 5 30 1
_Unwind_FindEnclosingFunction 2 13 84 1
_Unwind_Backtrace 10 54 329 2
_Unwind_Find_FDE 1 16 121 2
_Unwind_GetCFA 1 8 56 1
_Unwind_GetIPInfo 1 6 35 2
__register_frame 1 4 27 1
__deregister_frame 1 4 27 1
__register_frame_info_bases 1 9 54 4
__register_frame_info 1 5 32 2
__register_frame_info_table_bases 1 10 55 4
__register_frame_info_table 1 5 32 2
__register_frame_table 1 4 21 1
__deregister_frame_info 1 5 24 1
__deregister_frame_info_bases 1 5 24 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/CompactUnwinder.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::CompactUnwinder_x86<A>::stepWithCompactEncoding 4 16 85 4
libunwind::CompactUnwinder_x86<A>::stepWithCompactEncodingEBPFrame 8 40 215 4
libunwind::CompactUnwinder_x86<A>::stepWithCompactEncodingFrameless 19 113 752 5
libunwind::CompactUnwinder_x86<A>::frameUnwind 1 7 67 2
libunwind::CompactUnwinder_x86<A>::framelessUnwind 1 6 47 3
libunwind::CompactUnwinder_x86_64<A>::stepWithCompactEncoding 4 16 85 4
libunwind::CompactUnwinder_x86_64<A>::stepWithCompactEncodingRBPFrame 8 40 215 4
libunwind::CompactUnwinder_x86_64<A>::stepWithCompactEncodingFrameless 19 113 752 5
libunwind::CompactUnwinder_x86_64<A>::frameUnwind 1 7 61 2
libunwind::CompactUnwinder_x86_64<A>::framelessUnwind 1 6 41 3
libunwind::CompactUnwinder_arm64<A>::stepWithCompactEncoding 3 13 66 4
libunwind::CompactUnwinder_arm64<A>::stepWithCompactEncodingFrameless 10 72 463 4
libunwind::CompactUnwinder_arm64<A>::stepWithCompactEncodingFrame 10 72 476 4
Source file: /home/sergeyb/sources/src/lib/libunwind/src/libunwind_ext.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/EHHeaderParser.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::EHHeaderParser<A>::decodeEHHdr 2 15 124 4
libunwind::EHHeaderParser<A>::decodeTableEntry 2 16 117 7
libunwind::EHHeaderParser<A>::findFDE 8 35 252 6
libunwind::EHHeaderParser<A>::getTableEntrySize 10 21 76 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/Unwind-EHABI.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getByte 1 4 53 2
getNextWord 1 4 32 2
getNextNibble 1 4 32 2
ProcessDescriptors 12 64 328 6
unwindOneFrame 4 18 135 3
RegisterMask 1 3 29 2
RegisterRange 1 3 30 2
decode_eht_entry 5 24 154 3
_Unwind_VRS_Interpret 49 169 924 4
__aeabi_unwind_cpp_pr0 1 6 25 3
__aeabi_unwind_cpp_pr1 1 6 25 3
__aeabi_unwind_cpp_pr2 1 6 25 3
unwind_phase1 10 72 425 3
unwind_phase2 15 91 504 4
_Unwind_RaiseException 2 12 79 1
_Unwind_Complete 1 3 13 1
_Unwind_Resume 1 9 52 1
_Unwind_GetLanguageSpecificData 2 11 71 1
ValueAsBitPattern 6 16 70 2
_Unwind_VRS_Set 21 49 280 5
_Unwind_VRS_Get_Internal 21 45 248 5
_Unwind_VRS_Get 1 16 70 5
_Unwind_VRS_Pop 19 62 357 4
_Unwind_GetRegionStart 2 10 71 1
_Unwind_DeleteException 2 7 42 1
__gnu_unwind_frame 2 7 38 2
Source file: /home/sergeyb/sources/src/lib/libunwind/src/Unwind_AppleExtras.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::checkKeyMgrRegisteredFDEs 7 25 169 2
__Unwind_SjLj_GetTopOfFunctionStack 1 4 16 0
__Unwind_SjLj_SetTopOfFunctionStack 1 3 16 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/libunwind.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
unw_init_local 9 11 76 2
unw_init_remote_thread 5 26 168 3
is64bit 1 3 10 1
unw_create_addr_space_for_task 3 11 63 1
unw_destroy_addr_space 5 19 75 1
unw_get_reg 2 12 77 3
unw_set_reg 3 14 94 3
unw_get_fpreg 2 12 77 3
unw_set_fpreg 3 13 86 3
unw_step 1 5 39 1
unw_get_proc_info 2 11 67 2
unw_resume 1 6 41 1
unw_get_proc_name 2 11 81 4
unw_is_fpreg 1 6 45 2
unw_regname 1 7 45 2
unw_is_signal_frame 1 6 39 1
unw_save_vfp_as_X 1 6 39 1
unw_iterate_dwarf_unwind_cache 1 6 47 1
_unw_add_dynamic_fde 2 15 105 1
_unw_remove_dynamic_fde 1 3 22 1
logAPIs 2 9 42 0
logUnwinding 2 9 42 0
Source file: /home/sergeyb/sources/src/lib/libunwind/src/DwarfInstructions.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::DwarfInstructions::getCFA 4 11 87 3
libunwind::DwarfInstructions<A,R>::getSavedRegister 8 24 187 4
libunwind::DwarfInstructions<A,R>::getSavedFloatRegister 8 19 136 4
libunwind::DwarfInstructions<A,R>::getSavedVectorRegister 8 19 136 4
libunwind::DwarfInstructions<A,R>::stepWithDwarf 11 47 336 4
libunwind::DwarfInstructions<A,R>::evaluateExpression 209 465 2596 4
Source file: /home/sergeyb/sources/src/lib/libunwind/src/Registers.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::_LIBUNWIND_HIDDENRegisters_x86::validFloatRegister 1 1 10 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::validVectorRegister 1 1 10 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getSP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setSP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getIP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setIP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getEBP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setEBP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getEBX 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setEBX 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getECX 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setECX 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getEDX 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setEDX 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getESI 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setESI 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getEDI 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86::setEDI 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86::getWCookie 1 1 9 0
libunwind::Registers_x86::Registers_x86 1 5 40 1
libunwind::Registers_x86::Registers_x86 1 3 20 0
libunwind::Registers_x86::validRegister 5 11 49 1
libunwind::Registers_x86::getRegister 11 25 101 1
libunwind::Registers_x86::setRegister 11 35 133 2
libunwind::Registers_x86::getRegisterName 11 26 80 1
libunwind::Registers_x86::getFloatRegister 1 3 14 1
libunwind::Registers_x86::setFloatRegister 1 3 15 2
libunwind::Registers_x86::getVectorRegister 1 3 14 1
libunwind::Registers_x86::setVectorRegister 1 3 15 2
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::validFloatRegister 1 1 10 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::validVectorRegister 1 1 10 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getSP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setSP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getIP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setIP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getRBP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setRBP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getRBX 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setRBX 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getR12 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setR12 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getR13 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setR13 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getR14 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setR14 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getR15 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::setR15 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_x86_64::getWCookie 1 1 9 0
libunwind::Registers_x86_64::Registers_x86_64 1 5 40 1
libunwind::Registers_x86_64::Registers_x86_64 1 3 20 0
libunwind::Registers_x86_64::validRegister 5 11 49 1
libunwind::Registers_x86_64::getRegister 19 41 165 1
libunwind::Registers_x86_64::setRegister 19 59 221 2
libunwind::Registers_x86_64::getRegisterName 19 42 128 1
libunwind::Registers_x86_64::getFloatRegister 1 3 14 1
libunwind::Registers_x86_64::setFloatRegister 1 3 15 2
libunwind::Registers_x86_64::getVectorRegister 1 3 14 1
libunwind::Registers_x86_64::setVectorRegister 1 3 15 2
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::getSP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::setSP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::getIP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::setIP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_ppc::getWCookie 1 1 9 0
libunwind::Registers_ppc::Registers_ppc 1 17 133 1
libunwind::Registers_ppc::Registers_ppc 1 5 46 0
libunwind::Registers_ppc::validRegister 11 21 102 1
libunwind::Registers_ppc::getRegister 45 93 405 1
libunwind::Registers_ppc::setRegister 51 159 633 2
libunwind::Registers_ppc::validFloatRegister 3 7 31 1
libunwind::Registers_ppc::getFloatRegister 1 4 28 1
libunwind::Registers_ppc::setFloatRegister 1 4 31 2
libunwind::Registers_ppc::validVectorRegister 3 7 31 1
libunwind::Registers_ppc::getVectorRegister 1 5 31 1
libunwind::Registers_ppc::setVectorRegister 1 4 29 2
libunwind::Registers_ppc::getRegisterName 68 140 422 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::getSP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::setSP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::getIP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::setIP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::getFP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::setFP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm64::getWCookie 1 1 9 0
libunwind::Registers_arm64::Registers_arm64 1 10 77 1
libunwind::Registers_arm64::Registers_arm64 1 4 33 0
libunwind::Registers_arm64::validRegister 7 13 66 1
libunwind::Registers_arm64::getRegister 5 9 59 1
libunwind::Registers_arm64::setRegister 5 10 67 2
libunwind::Registers_arm64::getRegisterName 67 138 416 1
libunwind::Registers_arm64::validFloatRegister 3 7 31 1
libunwind::Registers_arm64::getFloatRegister 1 4 26 1
libunwind::Registers_arm64::setFloatRegister 1 4 29 2
libunwind::Registers_arm64::validVectorRegister 1 3 12 1
libunwind::Registers_arm64::getVectorRegister 1 3 14 1
libunwind::Registers_arm64::setVectorRegister 1 3 15 2
libunwind::_LIBUNWIND_HIDDENRegisters_arm::jumpto 1 4 13 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm::getSP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm::setSP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm::getIP 1 1 11 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm::setIP 1 1 13 1
libunwind::_LIBUNWIND_HIDDENRegisters_arm::getWCookie 1 1 9 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm::saveVFPAsX 2 4 17 0
libunwind::_LIBUNWIND_HIDDENRegisters_arm::restoreSavedFloatRegisters 7 14 53 0
libunwind::Registers_arm::Registers_arm 2 14 115 1
libunwind::Registers_arm::Registers_arm 2 12 95 0
libunwind::Registers_arm::validRegister 8 11 57 1
libunwind::Registers_arm::getRegister 12 18 109 1
libunwind::Registers_arm::setRegister 12 27 135 2
libunwind::Registers_arm::getRegisterName 83 168 506 1
libunwind::Registers_arm::validFloatRegister 5 5 39 1
libunwind::Registers_arm::getFloatRegister 12 27 132 1
libunwind::Registers_arm::setFloatRegister 12 30 144 2
libunwind::Registers_arm::validVectorRegister 1 3 12 1
libunwind::Registers_arm::getVectorRegister 1 3 14 1
libunwind::Registers_arm::setVectorRegister 1 3 15 2
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::getSP 1 1 14 0
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::setSP 1 1 16 1
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::getIP 1 1 14 0
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::setIP 1 1 16 1
libunwind::_LIBUNWIND_HIDDENRegisters_or1k::getWCookie 1 1 9 0
libunwind::Registers_or1k::Registers_or1k 1 6 48 1
libunwind::Registers_or1k::Registers_or1k 1 3 20 0
libunwind::Registers_or1k::validRegister 5 11 49 1
libunwind::Registers_or1k::getRegister 5 11 63 1
libunwind::Registers_or1k::setRegister 5 15 76 2
libunwind::Registers_or1k::validFloatRegister 1 3 12 1
libunwind::Registers_or1k::getFloatRegister 1 3 14 1
libunwind::Registers_or1k::setFloatRegister 1 4 15 2
libunwind::Registers_or1k::validVectorRegister 1 3 12 1
libunwind::Registers_or1k::getVectorRegister 1 3 14 1
libunwind::Registers_or1k::setVectorRegister 1 3 15 2
libunwind::Registers_or1k::getRegisterName 33 70 212 1
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::lastDwarfRegNum 1 1 8 0
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::getSP 1 1 16 0
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::setSP 1 1 18 1
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::getIP 1 1 14 0
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::setIP 1 1 16 1
libunwind::_LIBUNWIND_HIDDENRegisters_sparc64::getWCookie 1 1 9 0
libunwind::Registers_sparc64::Registers_sparc64 1 8 74 1
libunwind::Registers_sparc64::Registers_sparc64 1 4 24 0
libunwind::Registers_sparc64::validRegister 5 11 49 1
libunwind::Registers_sparc64::getRegister 11 17 125 1
libunwind::Registers_sparc64::setRegister 11 27 153 2
libunwind::Registers_sparc64::validFloatRegister 1 3 12 1
libunwind::Registers_sparc64::getFloatRegister 1 3 14 1
libunwind::Registers_sparc64::setFloatRegister 1 3 15 2
libunwind::Registers_sparc64::validVectorRegister 1 3 12 1
libunwind::Registers_sparc64::getVectorRegister 1 3 14 1
libunwind::Registers_sparc64::setVectorRegister 1 3 15 2
libunwind::Registers_sparc64::getRegisterName 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libunwind/src/UnwindLevel1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
unwind_phase1 11 73 385 3
unwind_phase2 14 85 437 3
unwind_phase2_forced 10 81 436 5
_Unwind_RaiseException 2 13 78 1
_Unwind_Resume 2 13 82 1
_Unwind_ForcedUnwind 1 11 81 3
_Unwind_GetLanguageSpecificData 4 16 96 1
_Unwind_GetRegionStart 2 10 66 1
_Unwind_DeleteException 2 7 39 1
_Unwind_GetGR 1 8 61 2
_Unwind_SetGR 1 8 54 3
_Unwind_GetIP 1 8 56 1
_Unwind_SetIP 1 7 49 2
Source file: /home/sergeyb/sources/src/lib/libunwind/src/config.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/assembly.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/unwind_ext.h
Source file: /home/sergeyb/sources/src/lib/libunwind/src/DwarfParser.hpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
libunwind::CFI_Parser::PrologInfoStackEntry::PrologInfoStackEntry 1 2 23 2
libunwind::CFI_Parser<A>::decodeFDE 8 46 307 4
libunwind::CFI_Parser<A>::findFDE 14 62 400 7
libunwind::CFI_Parser<A>::parseCIE 15 74 473 3
libunwind::CFI_Parser<A>::parseFDEInstructions 2 13 109 5
libunwind::CFI_Parser<A>::parseInstructions 83 358 2045 7
Source file: /home/sergeyb/sources/src/lib/libutil/ohash.h
Source file: /home/sergeyb/sources/src/lib/libutil/bcrypt_pbkdf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bcrypt_hash 5 31 290 3
bcrypt_pbkdf 11 54 459 7
Source file: /home/sergeyb/sources/src/lib/libutil/ohash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ohash_create_entry 3 12 110 3
ohash_delete 1 5 34 1
ohash_resize 12 41 337 1
ohash_remove 6 12 88 2
ohash_find 2 7 44 2
ohash_insert 4 13 88 3
ohash_entries 1 4 18 1
ohash_first 1 5 27 2
ohash_next 4 7 77 2
ohash_init 3 16 139 3
ohash_interval 4 13 83 2
ohash_lookup_interval 13 37 278 4
ohash_lookup_memory 12 33 250 4
ohash_qlookup 1 5 32 2
ohash_qlookupi 1 6 44 3
Source file: /home/sergeyb/sources/src/lib/libutil/readlabel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readlabelfs 20 78 529 2
Source file: /home/sergeyb/sources/src/lib/libutil/login_fbtab.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
login_fbtab 18 44 356 3
login_protect 12 40 292 4
Source file: /home/sergeyb/sources/src/lib/libutil/pidfile.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pidfile 7 41 234 1
pidfile_cleanup 3 5 26 1
Source file: /home/sergeyb/sources/src/lib/libutil/uucplock.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
uu_lock 11 45 332 1
uu_lock_txfr 4 16 116 2
uu_unlock 1 6 44 1
uu_lockerr 10 37 133 1
put_pid 4 11 80 2
get_pid 3 15 92 2
Source file: /home/sergeyb/sources/src/lib/libutil/duid.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isduid 10 14 107 2
Source file: /home/sergeyb/sources/src/lib/libutil/pkcs5_pbkdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hmac_sha1 4 31 226 5
pkcs5_pbkdf2 9 39 361 7
Source file: /home/sergeyb/sources/src/lib/libutil/util.h
Source file: /home/sergeyb/sources/src/lib/libutil/fparseln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isescaped 4 10 68 3
fparseln 38 81 572 5
main 2 12 65 2
Source file: /home/sergeyb/sources/src/lib/libutil/opendev.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
opendev 17 53 360 4
Source file: /home/sergeyb/sources/src/lib/libutil/pty.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getptmfd 1 4 18 1
openpty 3 13 91 5
fdopenpty 5 20 135 6
forkpty 3 13 92 4
fdforkpty 4 21 136 5
Source file: /home/sergeyb/sources/src/lib/libutil/logwtmp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logwtmp 4 18 175 3
Source file: /home/sergeyb/sources/src/lib/libutil/passwd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pw_file 3 12 60 1
pw_setdir 4 14 66 1
pw_lock 5 17 114 1
pw_mkdb 13 39 258 2
pw_abort 2 4 19 1
pw_cont 2 7 30 1
pw_init 2 21 178 1
pw_edit 13 42 249 2
pw_prompt 6 17 82 1
pw_equal 9 12 116 2
pw_write_entry 3 16 165 2
pw_copy 22 56 419 4
pw_scan 28 72 526 3
pw_error 4 16 74 3
Source file: /home/sergeyb/sources/src/lib/libutil/check_expire.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
login_check_expire 14 77 424 4
pwd_update 5 23 130 2
Source file: /home/sergeyb/sources/src/lib/libutil/imsg.h
Source file: /home/sergeyb/sources/src/lib/libutil/getmaxpartitions.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getmaxpartitions 2 11 73 1
Source file: /home/sergeyb/sources/src/lib/libutil/opendisk.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
opendisk 12 29 241 5
Source file: /home/sergeyb/sources/src/lib/libutil/login.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
login 8 24 226 1
Source file: /home/sergeyb/sources/src/lib/libutil/getrawpartition.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getrawpartition 2 11 73 1
Source file: /home/sergeyb/sources/src/lib/libutil/fmt_scaled.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scan_scaled 32 106 557 2
fmt_scaled 15 44 274 2
main 3 14 95 2
Source file: /home/sergeyb/sources/src/lib/libutil/imsg-buffer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ibuf_open 3 13 85 1
ibuf_dynamic 4 11 61 2
ibuf_realloc 3 14 94 2
ibuf_add 3 9 73 3
ibuf_reserve 3 10 66 2
ibuf_seek 2 6 39 3
ibuf_size 1 4 16 1
ibuf_left 1 4 20 1
ibuf_close 1 4 21 2
ibuf_write 6 29 175 1
ibuf_free 2 7 33 1
msgbuf_init 1 6 30 1
msgbuf_drain 4 15 99 2
msgbuf_clear 2 6 37 1
msgbuf_write 11 54 368 1
ibuf_enqueue 1 5 31 2
ibuf_dequeue 2 8 52 2
Source file: /home/sergeyb/sources/src/lib/libutil/login_tty.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
login_tty 3 12 87 1
Source file: /home/sergeyb/sources/src/lib/libutil/imsg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
imsg_init 1 9 67 2
imsg_read 10 60 432 1
imsg_get 9 33 276 2
imsg_compose 3 12 99 7
imsg_composev 5 16 152 7
imsg_create 5 22 139 5
imsg_add 3 9 53 3
imsg_close 2 10 72 2
imsg_free 1 4 24 1
imsg_get_fd 2 11 67 1
imsg_flush 3 7 40 1
imsg_clear 2 7 39 1
Source file: /home/sergeyb/sources/src/lib/libutil/logout.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logout 5 20 173 1
Source file: /home/sergeyb/sources/src/lib/libkeynote/signature.h
Source file: /home/sergeyb/sources/src/lib/libkeynote/base64.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kn_encode_base64 2 12 60 4
kn_decode_base64 2 11 52 3
Source file: /home/sergeyb/sources/src/lib/libkeynote/sample-app.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 45 265 1097 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/assertion.h
Source file: /home/sergeyb/sources/src/lib/libkeynote/signature.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bin2hex 2 11 65 3
kn_encode_hex 3 17 83 3
kn_decode_hex 5 31 175 2
keynote_free_key 7 28 104 2
keynote_get_sig_algorithm 10 67 303 4
keynote_get_key_algorithm 9 54 245 3
keynote_get_private_key_algorithm 2 13 54 3
kn_decode_key 35 174 927 3
kn_keycompare 21 56 329 3
keynote_sigverify_assertion 34 124 719 1
keynote_sign_assertion 54 213 1141 5
kn_verify_assertion 2 12 59 2
kn_sign_assertion 13 56 295 5
kn_encode_key 38 156 771 4
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote-sign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
signusage 1 6 21 1
keynote_sign 25 130 714 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote-sigver.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sigverusage 1 5 20 1
keynote_sigver 15 92 421 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote.h
Source file: /home/sergeyb/sources/src/lib/libkeynote/parse_assertion.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rec_evaluate_query 22 107 446 1
keynote_fix_fields 34 77 443 2
keynote_evaluate_query 13 35 187 1
whichkeyword 9 25 150 2
keynote_parse_assertion 55 201 1022 3
Source file: /home/sergeyb/sources/src/lib/libkeynote/environment.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keynote_get_action_authorizers 10 38 227 1
keynote_get_values 8 32 211 1
keynote_free_env 4 15 88 1
keynote_env_lookup 7 19 142 3
keynote_env_delete 5 29 153 3
keynote_env_add 9 54 278 5
keynote_env_cleanup 5 15 88 2
keynote_init_environment 3 18 105 1
keynote_retindex 3 8 48 1
keynote_find_session 3 11 53 1
keynote_add_session 2 8 51 1
kn_init 4 18 84 1
kn_cleanup_action_environment 4 18 85 1
kn_close 9 42 227 1
kn_add_action 9 28 147 4
kn_remove_action 8 28 133 2
kn_do_query 11 42 202 3
kn_get_failed 23 49 260 3
kn_query 13 52 337 11
kn_read_asserts 16 74 426 3
kn_get_authorizer 10 31 161 3
kn_get_licensees 10 30 152 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote-keygen.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keygenusage 1 7 22 1
print_space 2 5 23 2
print_key 4 24 142 5
keynote_keygen 43 212 1241 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/header.h
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote-main.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mainusage 1 10 49 1
main 6 21 138 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/auxil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keynote_keyhash 8 38 250 2
keynote_in_action_authorizers 10 30 158 2
keynote_keylist_add 4 27 129 2
kn_remove_authorizer 8 40 198 2
kn_add_authorizer 6 28 114 2
keynote_keylist_find 3 7 44 2
keynote_keylist_free 2 12 55 1
kn_free_key 2 5 24 1
keynote_find_assertion 11 22 142 3
keynote_add_htable 4 23 104 2
kn_add_assertion 9 36 173 4
keynote_remove_assertion 11 39 191 3
kn_remove_assertion 1 5 24 2
keynote_sremove_assertion 1 4 20 2
keynote_free_assertion 5 14 90 1
keynote_stringhash 5 14 96 2
Source file: /home/sergeyb/sources/src/lib/libkeynote/keynote-verify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
verifyusage 1 12 62 1
keynote_verify 53 293 1475 2
Source file: /home/sergeyb/sources/src/lib/libpanel/p_top.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
top_panel 1 5 27 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_above.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
panel_above 3 10 52 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_new.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
root_panel 8 23 133 1
new_panel 6 22 152 1
Source file: /home/sergeyb/sources/src/lib/libpanel/panel.h
Source file: /home/sergeyb/sources/src/lib/libpanel/p_user.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_panel_userptr 2 8 47 2
panel_userptr 2 5 36 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_bottom.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bottom_panel 4 24 132 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_delete.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
del_panel 2 14 72 1
Source file: /home/sergeyb/sources/src/lib/libpanel/panel.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_retrace_panel 1 5 22 1
_nc_my_visbuf 2 9 43 1
_nc_dPanel 3 8 71 2
_nc_dStack 5 16 105 3
_nc_Wnoutrefresh 1 5 22 1
_nc_Touchpan 1 5 22 1
_nc_Touchline 1 7 49 3
_nc_dummy_panel 1 3 6 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_move.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
move_panel 3 12 78 3
Source file: /home/sergeyb/sources/src/lib/libpanel/p_below.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
panel_below 4 12 65 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_update.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
update_panels 4 19 78 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_show.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
show_panel 3 19 125 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_hide.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hide_panel 2 12 81 1
Source file: /home/sergeyb/sources/src/lib/libpanel/p_replace.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
replace_panel 3 13 71 2
Source file: /home/sergeyb/sources/src/lib/libpanel/p_win.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
panel_window 2 5 35 1
Source file: /home/sergeyb/sources/src/lib/libpanel/panel.priv.h
Source file: /home/sergeyb/sources/src/lib/libpanel/p_hidden.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
panel_hidden 3 7 42 1
Source file: /home/sergeyb/sources/src/lib/libtls/tls_conninfo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_hex_string 6 23 173 4
tls_get_peer_cert_hash 3 12 66 2
tls_get_peer_cert_issuer 4 13 89 2
tls_get_peer_cert_subject 4 13 89 2
tls_get_peer_cert_times 9 27 217 3
tls_get_peer_cert_info 6 17 122 1
tls_conninfo_alpn_proto 3 15 111 1
tls_conninfo_cert_pem 9 32 226 1
tls_conninfo_populate 11 35 235 1
tls_conninfo_free 2 23 132 1
tls_conn_alpn_selected 2 6 31 1
tls_conn_cipher 2 6 31 1
tls_conn_servername 2 6 31 1
tls_conn_version 2 6 31 1
Source file: /home/sergeyb/sources/src/lib/libtls/tls.h
Source file: /home/sergeyb/sources/src/lib/libtls/tls_ocsp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_ocsp_new 1 4 20 1
tls_ocsp_free 2 12 61 1
tls_ocsp_asn1_parse_time 4 12 79 3
tls_ocsp_fill_info 10 47 294 7
tls_ocsp_get_certid 7 28 176 3
tls_ocsp_setup_from_peer 5 29 166 1
tls_ocsp_verify_response 10 58 347 2
tls_ocsp_process_response_internal 2 16 86 3
tls_ocsp_verify_cb 8 23 159 2
tls_ocsp_stapling_cb 8 23 151 2
tls_peer_ocsp_url 2 6 27 1
tls_peer_ocsp_result 3 8 42 1
tls_peer_ocsp_response_status 3 8 44 1
tls_peer_ocsp_cert_status 3 8 44 1
tls_peer_ocsp_crl_reason 3 8 44 1
tls_peer_ocsp_this_update 3 8 44 1
tls_peer_ocsp_next_update 3 8 44 1
tls_peer_ocsp_revocation_time 3 8 44 1
tls_ocsp_process_response 2 7 44 3
Source file: /home/sergeyb/sources/src/lib/libtls/tls_verify.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_match_name 12 28 190 2
tls_check_subject_altname 19 87 474 5
tls_check_common_name 10 41 230 4
tls_check_name 4 11 75 4
Source file: /home/sergeyb/sources/src/lib/libtls/tls_peer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_peer_cert_hash 2 6 31 1
tls_peer_cert_issuer 2 6 31 1
tls_peer_cert_subject 2 6 31 1
tls_peer_cert_provided 1 4 18 1
tls_peer_cert_contains_name 3 9 59 2
tls_peer_cert_notbefore 3 8 46 1
tls_peer_cert_notafter 3 8 46 1
tls_peer_cert_chain_pem 3 9 57 2
Source file: /home/sergeyb/sources/src/lib/libtls/tls_internal.h
Source file: /home/sergeyb/sources/src/lib/libtls/tls_bio_cb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bio_s_cb 1 4 12 1
bio_cb_puts 1 4 28 2
bio_cb_ctrl 8 21 96 4
bio_cb_write 3 15 94 3
bio_cb_read 3 15 93 3
tls_set_cbs 4 23 130 4
Source file: /home/sergeyb/sources/src/lib/libtls/tls_config.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_string 3 9 56 2
memdup 2 8 44 2
set_mem 3 11 70 4
tls_keypair_new 1 4 18 1
tls_keypair_clear_key 1 6 32 1
tls_keypair_set_cert_file 1 6 39 3
tls_keypair_set_cert_mem 1 5 35 3
tls_keypair_set_key_file 1 7 44 3
tls_keypair_set_key_mem 1 6 40 3
tls_keypair_set_ocsp_staple_file 1 6 39 3
tls_keypair_set_ocsp_staple_mem 1 6 35 3
tls_keypair_clear 1 5 27 1
tls_keypair_free 2 11 55 1
tls_config_load_file 8 43 255 5
tls_config_new 9 31 205 1
tls_config_free 4 20 137 1
tls_config_keypair_add 2 8 45 2
tls_config_error 1 4 16 1
tls_config_clear_keys 2 8 55 1
tls_config_parse_protocols 19 48 293 2
tls_config_parse_alpn 7 48 275 4
tls_config_set_alpn 1 5 32 2
tls_config_add_keypair_file_internal 6 20 133 4
tls_config_add_keypair_mem_internal 6 20 133 7
tls_config_add_keypair_mem 1 6 43 5
tls_config_add_keypair_file 1 6 31 3
tls_config_add_keypair_ocsp_mem 1 7 51 7
tls_config_add_keypair_ocsp_file 1 6 36 4
tls_config_set_ca_file 1 5 37 2
tls_config_set_ca_path 1 4 25 2
tls_config_set_ca_mem 1 4 35 3
tls_config_set_cert_file 1 5 29 2
tls_config_set_cert_mem 1 5 29 3
tls_config_set_ciphers 10 28 184 2
tls_config_set_crl_file 1 5 37 2
tls_config_set_crl_mem 1 5 35 3
tls_config_set_dheparams 5 16 98 2
tls_config_set_ecdhecurve 6 13 87 2
tls_config_set_ecdhecurves 11 49 288 2
tls_config_set_key_file 1 5 29 2
tls_config_set_key_mem 1 5 29 3
tls_config_set_keypair_file_internal 6 14 101 4
tls_config_set_keypair_mem_internal 5 13 103 7
tls_config_set_keypair_file 1 6 31 3
tls_config_set_keypair_mem 1 6 43 5
tls_config_set_keypair_ocsp_file 1 6 36 4
tls_config_set_keypair_ocsp_mem 1 7 51 7
tls_config_set_protocols 1 5 23 2
tls_config_set_verify_depth 1 5 23 2
tls_config_prefer_ciphers_client 1 4 15 1
tls_config_prefer_ciphers_server 1 4 15 1
tls_config_insecure_noverifycert 1 4 15 1
tls_config_insecure_noverifyname 1 4 15 1
tls_config_insecure_noverifytime 1 4 15 1
tls_config_verify 1 6 27 1
tls_config_ocsp_require_stapling 1 4 15 1
tls_config_verify_client 1 4 15 1
tls_config_verify_client_optional 1 4 15 1
tls_config_skip_private_key_check 1 4 15 1
tls_config_set_ocsp_staple_file 1 5 29 2
tls_config_set_ocsp_staple_mem 1 5 29 3
tls_config_set_session_id 2 11 71 3
tls_config_set_session_lifetime 4 13 69 2
tls_config_add_ticket_key 8 36 319 4
tls_config_ticket_autorekey 1 10 59 1
Source file: /home/sergeyb/sources/src/lib/libtls/tls_util.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_host_port 8 36 224 3
tls_password_cb 4 13 84 4
tls_load_file 15 57 374 3
tls_unload_file 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libtls/tls_client.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_client 2 8 39 1
tls_connect 1 4 31 3
tls_connect_servername 17 74 499 4
tls_connect_common 20 67 424 2
tls_connect_socket 1 4 29 3
tls_connect_fds 6 19 109 4
tls_connect_cbs 3 12 73 5
tls_handshake_client 8 39 222 1
Source file: /home/sergeyb/sources/src/lib/libtls/tls.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_init 4 15 75 1
tls_error 1 4 16 1
tls_error_clear 1 7 34 1
tls_error_vset 4 24 142 4
tls_error_set 1 10 58 3
tls_error_setx 1 9 53 3
tls_config_set_error 1 10 61 3
tls_config_set_errorx 1 9 56 3
tls_set_error 1 10 61 3
tls_set_errorx 1 9 56 3
tls_set_ssl_errorx 2 11 71 3
tls_sni_ctx_new 1 4 20 1
tls_sni_ctx_free 2 8 36 1
tls_new 3 12 67 1
tls_configure 3 12 75 2
tls_cert_hash 4 18 116 2
tls_keypair_pubkey_hash 6 28 183 2
tls_configure_ssl_keypair 17 64 360 4
tls_configure_ssl 9 39 257 2
tls_ssl_cert_verify_cb 4 17 97 2
tls_configure_ssl_verify 17 75 473 3
tls_free 2 7 27 1
tls_reset 2 32 206 1
tls_ssl_error 15 42 246 4
tls_handshake 8 28 187 1
tls_read 5 23 145 3
tls_write 5 23 146 3
tls_close 14 45 254 1
Source file: /home/sergeyb/sources/src/lib/libtls/tls_server.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls_server 2 8 39 1
tls_server_conn 2 11 67 1
tls_server_alpn_cb 2 10 82 6
tls_servername_cb 9 35 237 3
tls_server_ticket_key 8 25 163 2
tls_server_ticket_cb 6 33 253 6
tls_keypair_load_cert 5 30 172 3
tls_configure_server_ssl 19 71 461 3
tls_configure_server_sni 6 24 173 1
tls_configure_server 3 11 59 1
tls_accept_common 5 24 134 1
tls_accept_socket 1 4 31 3
tls_accept_fds 4 17 105 4
tls_accept_cbs 3 15 91 5
tls_handshake_server 3 19 104 1
Source file: /home/sergeyb/sources/src/lib/libm/hidden/math.h
Source file: /home/sergeyb/sources/src/lib/libm/hidden/fenv.h
Source file: /home/sergeyb/sources/src/lib/libm/hidden/namespace.h
Source file: /home/sergeyb/sources/src/lib/libm/hidden/complex.h
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_floor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floor 5 13 70 1
ceil 5 13 70 1
floorf 5 13 70 1
ceilf 5 13 70 1
rint 3 13 72 1
rintf 3 13 72 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_log10.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log10 2 5 27 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_pow.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pow 20 33 290 2
pow_P 11 37 256 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_acosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acosh 3 9 84 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_cosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cosh 7 18 193 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_expm1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expm1 12 39 348 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_log1p.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log1p 10 35 307 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/mathimpl.h
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_tanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanh 6 22 199 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_atan2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan2f 1 4 27 2
atan2 28 67 756 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_log__L.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__log__L 2 5 99 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_tgamma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tgamma 13 32 219 1
tgammaf 1 4 13 1
large_gam 1 20 212 1
small_gam 3 27 240 1
smaller_gam 2 28 238 1
ratfun_gam 1 24 268 2
neg_gam 11 43 307 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_lgamma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lgamma 9 23 148 1
lgammaf 1 4 13 1
gamma 1 4 13 1
gammaf 1 4 13 1
large_lgam 4 28 286 1
small_lgam 16 65 645 1
neg_lgam 9 38 228 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_j0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j0 12 42 369 1
y0 13 40 366 1
pzero 5 12 209 1
qzero 5 12 224 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_exp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp 6 22 201 1
__exp__D 6 24 212 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_nan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nan 1 4 14 1
nanf 1 4 14 1
nanl 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_hypot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hypotf 1 4 27 2
hypot 13 44 326 2
hypot 12 36 279 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_support.c
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_erf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erf 14 55 601 1
erfc 15 73 772 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_exp__E.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__exp__E 5 25 226 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_j1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j1 11 40 324 1
y1 15 44 397 1
pone 4 12 203 1
qone 4 12 215 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_atan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan 1 5 24 1
atanf 1 5 24 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_jn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
jn 25 79 640 2
yn 22 38 362 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_tan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanf 1 4 19 1
tan 6 29 186 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_lrint.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lrint 1 4 16 1
lrintf 1 4 16 1
llrint 1 4 17 1
llrintf 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_asinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinh 4 16 134 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_fmod.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmod 7 16 138 2
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_sincos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinf 1 4 19 1
sin 6 25 163 1
cosf 1 4 19 1
cos 6 27 166 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_asincos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asin 3 11 96 1
acos 3 11 78 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_atanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanh 3 11 83 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_cbrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbrtf 1 4 19 1
cbrt 4 30 253 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_log.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log 11 47 360 1
__log__D 4 37 295 1
Source file: /home/sergeyb/sources/src/lib/libm/noieee_src/n_sinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinh 4 15 146 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_acoshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acoshl 7 22 176 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_fmodl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmodl 23 75 655 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_tanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanhl 10 28 198 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_coshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
coshl 16 29 222 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_truncl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
truncl 9 29 222 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_lgammal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sin_pi 12 57 296 1
lgammal 28 140 993 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_log1pl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log1pl 12 64 372 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/invtrig.c
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_powl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
powl 57 183 1095 2
reducl 1 8 43 1
powil 18 76 381 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/k_cosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_cosl 1 9 109 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_cbrtl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbrtl 8 59 383 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_asinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinhl 7 21 170 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_logl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logl 9 55 330 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/k_tanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_tanl 7 46 389 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_expm1l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expm1l 4 32 202 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_exp2l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp2l 12 58 468 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_tgammal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
stirf 3 27 187 1
tgammal 20 90 476 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_log2l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log2l 9 56 313 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/k_sinl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_sinl 2 9 118 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/invtrig.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
P 1 5 52 1
Q 1 4 43 1
T_even 1 5 69 1
T_odd 1 5 60 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_remquol.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remquol 31 94 730 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_nexttowardf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nexttowardf 17 47 336 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_floorl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floorl 18 52 351 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_nextafterl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nextafterl 30 61 495 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_nanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nanl 1 12 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_hypotl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hypotl 12 70 553 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_erfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erfl 11 75 887 1
erfcl 13 98 1023 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_expl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expl 4 21 145 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_nexttoward.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nexttoward 27 59 498 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_atanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanhl 7 20 196 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_modfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
modfl 8 39 285 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_sinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinhl 17 27 244 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/s_ceill.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceill 18 50 362 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld80/e_log10l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log10l 9 57 353 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_acoshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acoshl 6 23 167 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_fmodl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmodl 31 91 833 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_tanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanhl 8 39 191 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_coshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
coshl 7 33 181 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_truncl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
truncl 9 29 226 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_lgammal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
neval 2 12 55 3
deval 2 12 57 3
lgammal 42 256 1693 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_log1pl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log1pl 12 106 606 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/invtrig.c
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_powl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
powl 59 249 1884 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/k_cosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_cosl 1 10 133 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_cbrtl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbrtl 8 61 442 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_asinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinhl 7 35 185 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_logl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logl 7 77 475 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/k_tanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_tanl 7 49 461 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_expm1l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expm1l 8 45 356 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_exp2l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp2l 14 64 521 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_tgammal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tgammal 7 18 122 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_log2l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
neval 2 12 55 3
deval 2 12 57 3
log2l 8 53 330 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/k_sinl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_sinl 2 10 142 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/invtrig.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
P 1 6 71 1
Q 1 5 68 1
T_even 1 6 115 1
T_odd 1 6 115 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_remquol.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remquol 31 96 853 3
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_nexttowardf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nexttowardf 17 45 338 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_floorl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floorl 16 43 302 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_nextafterl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nextafterl 21 44 312 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_nanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nanl 1 12 65 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_hypotl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hypotl 12 70 505 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_erfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
neval 2 12 55 3
deval 2 12 57 3
erfl 7 40 244 1
erfcl 27 124 854 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_expl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expl 3 20 136 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_nexttoward.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nexttoward 26 57 517 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_atanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanhl 7 24 185 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_modfl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
modfl 8 39 268 2
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_sinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinhl 9 34 211 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/s_ceill.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceill 16 41 307 1
Source file: /home/sergeyb/sources/src/lib/libm/src/ld128/e_log10l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
neval 2 12 55 3
deval 2 12 57 3
log10l 8 54 342 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catanhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catanhf 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_nextafterf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nextafterf 13 41 225 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catanhl 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casinh 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cosl 10 46 357 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_carg.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
carg 1 4 18 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_hypot.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hypot 12 69 506 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_sqrtl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
inc 5 28 161 1
dec 5 28 161 1
sqrtl 14 62 442 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
redupil 2 14 75 1
catanl 5 26 204 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmaxf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmaxf 6 14 77 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_rem_pio2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ieee754_rem_pio2 16 88 742 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_expf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expf 13 47 388 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_asinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinh 7 21 168 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llroundf.c
Source file: /home/sergeyb/sources/src/lib/libm/src/w_gamma_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gamma_r 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_redupi 2 14 73 1
catan 5 26 201 1
Source file: /home/sergeyb/sources/src/lib/libm/src/w_dremf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dremf 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cchshf 2 16 95 3
csinf 1 8 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fminf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fminf 6 14 77 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_powf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
powf 45 153 1477 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_pow.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pow 60 166 1600 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casinl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casinl 6 51 348 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_j1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j1 9 35 308 1
y1 9 34 360 1
pone 5 16 217 1
qone 5 16 231 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmin 6 14 77 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cprojf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cprojf 3 11 56 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_creall.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
creall 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacosh 1 6 38 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_sinhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinhf 9 24 198 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lrintl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fn 2 11 52 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_tan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tan 3 13 102 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casinf 4 26 195 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_floor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floor 16 42 314 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_significandf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
significandf 1 4 22 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacosf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacosf 1 7 45 1
Source file: /home/sergeyb/sources/src/lib/libm/src/b_log__D.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__log__D 3 37 287 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_tanhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanhf 8 27 171 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacosl 1 7 44 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_significand.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
significand 1 4 22 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fma 26 112 805 3
fma 1 4 26 3
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cpowl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cpowl 3 20 157 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cos 6 19 154 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lround.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
LROUNDNAME 13 32 255 1
Source file: /home/sergeyb/sources/src/lib/libm/src/w_lgamma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lgamma 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_creal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
creal 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmax.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmax 6 14 77 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_tanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanl 12 45 359 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_acosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acosh 6 23 165 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_sinl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinl 12 49 383 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_roundf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
roundf 6 17 100 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_sqrtf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrtf 13 53 313 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmaxl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmaxl 6 14 79 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cpow.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cpow 3 20 153 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_expm1f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expm1f 22 81 693 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_erff.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erff 11 49 627 1
erfcf 13 57 651 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_remainderl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remainderl 1 5 28 2
Source file: /home/sergeyb/sources/src/lib/libm/src/math_private.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_b_trunc 1 6 30 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_log1p.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log1p 19 60 538 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_conjl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
conjl 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libm/src/k_sinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_sinf 4 14 137 3
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fminl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fminl 6 14 79 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cimagl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cimagl 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_atanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanh 7 20 174 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacoshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacoshl 1 6 40 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_j1f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j1f 9 35 314 1
y1f 9 34 352 1
ponef 5 16 217 1
qonef 5 16 234 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_clogl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clogl 1 10 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_conj.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
conj 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cabsl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cabsl 1 4 19 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cprojl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cprojl 3 11 58 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccoshl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ccoshl 1 9 65 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_logb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logb 4 12 85 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_atan2f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan2f 29 57 423 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_acosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acosl 11 51 393 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctanh 1 10 86 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ceil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceil 16 41 312 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_exp2f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp2f 8 35 253 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_logf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logf 12 46 510 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_copysignf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
copysignf 1 8 49 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctanhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctanhl 1 10 89 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
redupil 2 14 75 1
ctansl 2 37 210 1
ctanl 3 18 139 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_nan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_digittoint 4 9 49 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cbrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbrt 4 34 250 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_sinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinh 11 26 219 1
Source file: /home/sergeyb/sources/src/lib/libm/src/k_tanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_tanf 9 45 472 3
Source file: /home/sergeyb/sources/src/lib/libm/src/e_asinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinf 8 41 425 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llrintl.c
Source file: /home/sergeyb/sources/src/lib/libm/src/b_tgamma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tgamma 8 21 159 1
tgammaf 1 4 13 1
large_gam 1 20 212 1
small_gam 3 27 240 1
smaller_gam 2 28 238 1
ratfun_gam 1 24 268 2
neg_gam 10 40 294 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccoshf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ccoshf 1 9 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_redupi 2 14 73 1
_ctans 2 38 207 1
ctan 3 14 121 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_atanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanf 12 41 423 1
Source file: /home/sergeyb/sources/src/lib/libm/src/w_gammaf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gammaf 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_rint.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rint 11 43 377 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_log2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log2 8 43 389 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_nextafter.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nextafter 23 46 336 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_lgamma_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sin_pi 12 36 281 1
lgamma_r 29 89 1007 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_frexpf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
frexpf 4 18 112 2
Source file: /home/sergeyb/sources/src/lib/libm/src/k_cosf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_cosf 5 24 197 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccosl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cchshl 2 14 93 3
ccosl 1 8 66 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_log1pf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log1pf 19 60 568 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_remquo.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remquo 39 110 974 3
Source file: /home/sergeyb/sources/src/lib/libm/src/e_remainder.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remainder 12 35 263 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmal 28 113 824 3
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llrintf.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casin 4 26 192 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csinl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cchshl 2 14 93 3
csinl 1 8 65 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lrint.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
LRINTNAME 12 35 263 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fmaf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmaf 1 4 25 3
Source file: /home/sergeyb/sources/src/lib/libm/src/k_tan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_tan 9 66 523 3
Source file: /home/sergeyb/sources/src/lib/libm/src/e_jnf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
jnf 19 84 645 2
ynf 11 29 235 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ilogbl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ilogbl 22 40 294 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_asinl.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_round.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
round 6 17 100 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_rem_pio2f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ieee754_rem_pio2f 16 85 739 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_atan2l.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan2l 44 82 628 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llroundl.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cpowf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cpowf 3 20 153 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctanhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ctanhf 1 10 86 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_atan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan 14 44 430 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_sqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrt 24 83 606 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_exp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp 13 50 404 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cexpl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cexpl 1 8 59 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csqrt 11 62 396 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccosf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_cchshf 2 16 95 3
ccosf 1 8 63 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_logbl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logbl 16 43 323 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_acoshf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acoshf 6 22 158 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cosf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cosf 6 19 154 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_rintl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rintl 5 23 138 1
Source file: /home/sergeyb/sources/src/lib/libm/src/k_cos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_cos 5 24 190 2
Source file: /home/sergeyb/sources/src/lib/libm/src/k_rem_pio2f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_rem_pio2f 46 126 1331 6
Source file: /home/sergeyb/sources/src/lib/libm/src/s_expm1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
expm1 22 84 678 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_scalbln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalbln 3 9 51 2
scalblnf 3 9 51 2
scalblnl 3 9 52 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_atanl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanl 15 55 466 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacoshf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacoshf 1 6 38 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cexpf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cexpf 1 8 54 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_fmod.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmod 31 91 835 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cbrtf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbrtf 4 26 173 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_frexpl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
frexpl 6 25 118 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cargl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cargl 1 4 19 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_acosf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acosf 7 42 481 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_j0f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j0f 10 41 361 1
y0f 9 34 324 1
pzerof 5 16 217 1
qzerof 5 16 235 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_scalbnl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalbnl 11 32 223 2
ldexpl 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_log10.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log10 5 23 186 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_jn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
jn 24 94 752 2
yn 16 40 361 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llrint.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_rintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rintf 7 35 270 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_nexttowardf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nexttowardf 18 49 366 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_tanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanf 3 13 102 1
Source file: /home/sergeyb/sources/src/lib/libm/src/w_drem.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
drem 1 5 21 2
Source file: /home/sergeyb/sources/src/lib/libm/src/w_lgammaf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
lgammaf 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_tanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tanh 8 27 179 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_coshf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
coshf 7 25 165 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_acos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
acos 7 43 471 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ctanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_redupif 2 15 82 1
_ctansf 2 37 206 1
ctanf 3 14 121 1
Source file: /home/sergeyb/sources/src/lib/libm/src/w_gamma.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gamma 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libm/src/k_sin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_sin 4 14 137 3
Source file: /home/sergeyb/sources/src/lib/libm/src/s_conjf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
conjf 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cabsf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cabsf 1 4 18 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_copysign.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
copysign 1 8 49 2
Source file: /home/sergeyb/sources/src/lib/libm/src/w_gammaf_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gammaf_r 1 4 19 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cimagf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cimagf 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_truncf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
truncf 7 23 136 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cimag.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cimag 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csqrtf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csqrtf 11 59 393 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cexp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cexp 1 10 63 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cacos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cacos 1 7 42 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lrintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
LRINTNAME 9 30 210 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cchsh 2 15 89 3
csin 1 8 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fabsl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabsl 1 6 30 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_cosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cosh 9 28 192 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casinhl 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/libm/src/polevll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__polevll 2 11 63 3
__p1evll 2 12 69 3
Source file: /home/sergeyb/sources/src/lib/libm/src/e_scalb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalb 1 4 18 2
scalb 8 12 126 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ilogbf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ilogbf 5 15 90 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_scalbnf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalbnf 9 25 215 2
ldexpf 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_atanhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atanhf 7 19 159 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_remainderf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remainderf 11 34 232 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catanf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_redupif 2 15 82 1
catanf 5 26 201 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ceilf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceilf 10 27 182 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csinhl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csinhl 1 9 65 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_exp2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
exp2 11 44 358 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_clogf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clogf 1 12 71 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_hypotf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hypotf 12 57 431 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fabsf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabsf 1 7 29 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_j0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
j0 10 41 352 1
y0 9 34 332 1
pzero 5 16 217 1
qzero 5 16 232 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_crealf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
crealf 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_clog.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clog 1 10 59 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_lgammaf_r.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sin_pif 12 36 299 1
lgammaf_r 29 89 1003 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ilogb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ilogb 7 20 134 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lroundl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fn 2 10 44 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_asin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asin 8 41 413 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_log.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log 12 47 487 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_log10f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log10f 5 22 177 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_lroundf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
LROUNDNAME 10 27 202 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_fdim.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csinhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csinhf 1 9 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_llround.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_copysignl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
copysignl 1 7 49 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_erf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
erf 11 49 613 1
erfc 13 57 643 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_asinhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asinhf 7 21 171 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccosh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ccosh 1 9 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/b_exp__D.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__exp__D 6 24 212 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csinh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csinh 1 9 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cargf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cargf 1 4 18 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_remquof.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remquof 27 79 601 3
Source file: /home/sergeyb/sources/src/lib/libm/src/e_fmodf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fmodf 19 61 463 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_nearbyint.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
nearbyint 1 9 37 1
nearbyintf 1 9 37 1
nearbyintl 1 9 39 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_sin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sin 6 19 156 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_floorf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floorf 10 28 186 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_atan2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atan2 29 58 467 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_roundl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
roundl 5 17 98 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_csqrtl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
csqrtl 10 56 378 1
Source file: /home/sergeyb/sources/src/lib/libm/src/e_log2f.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
log2f 8 42 410 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_casinhf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
casinhf 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_modff.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
modff 4 31 174 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cproj.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cproj 3 11 56 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_signgam.c
Source file: /home/sergeyb/sources/src/lib/libm/src/s_sinf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sinf 6 19 156 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_scalbn.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalbn 1 4 18 2
Source file: /home/sergeyb/sources/src/lib/libm/src/e_scalbf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scalbf 1 4 18 2
scalbf 8 12 135 2
Source file: /home/sergeyb/sources/src/lib/libm/src/s_ccos.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_cchsh 2 15 89 3
ccos 1 8 62 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_cabs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cabs 1 4 18 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_logbf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
logbf 4 12 80 1
Source file: /home/sergeyb/sources/src/lib/libm/src/s_catanh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
catanh 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libm/src/k_rem_pio2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__kernel_rem_pio2 46 126 1323 5
Source file: /home/sergeyb/sources/src/lib/libm/src/s_trunc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
trunc 10 31 214 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/m88k/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 9 47 1
fegetexceptflag 1 8 42 2
feraiseexcept 6 26 124 1
fesetexceptflag 1 10 59 2
fetestexcept 1 7 33 1
fegetround 1 6 28 1
fesetround 2 11 59 1
fegetenv 1 6 39 1
feholdexcept 1 13 89 1
fesetenv 1 13 111 1
feupdateenv 1 8 39 1
feenableexcept 1 10 55 1
fedisableexcept 1 10 55 1
fegetexcept 1 6 28 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 10 71 1
fegetexceptflag 1 9 63 2
feraiseexcept 6 27 133 1
fesetexceptflag 1 11 93 2
fetestexcept 1 8 54 1
fegetround 1 7 44 1
fesetround 2 12 83 1
fegetenv 1 8 49 1
feholdexcept 1 11 87 1
fesetenv 1 12 98 1
feupdateenv 1 9 58 1
feenableexcept 1 12 81 1
fedisableexcept 1 12 81 1
fegetexcept 1 7 44 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_floor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floor 1 10 88 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_roundf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
roundf 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/e_sqrtf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrtf 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_ceil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceil 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_rint.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rint 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/e_remainder.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remainder 1 5 31 2
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_round.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
round 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/e_sqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrt 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_rintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rintf 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_truncf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
truncf 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/e_remainderf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
remainderf 1 5 31 2
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_ceilf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ceilf 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_floorf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
floorf 1 10 88 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/hppa/s_trunc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
trunc 1 11 104 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sparc64/e_sqrtl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrtl 1 6 24 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sparc64/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 9 44 1
fegetexceptflag 1 8 39 2
fesetexceptflag 1 10 56 2
feraiseexcept 6 26 120 1
fetestexcept 1 7 30 1
fegetround 1 6 30 1
fesetround 2 11 62 1
fegetenv 1 5 23 1
feholdexcept 1 9 55 1
fesetenv 1 5 25 1
feupdateenv 1 8 46 1
feenableexcept 1 9 60 1
fedisableexcept 1 9 60 1
fegetexcept 1 6 35 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/alpha/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 11 51 1
fegetexceptflag 1 8 40 2
feraiseexcept 1 6 28 1
fesetexceptflag 1 12 63 2
fetestexcept 1 7 31 1
fegetround 1 8 45 1
fesetround 2 15 99 1
fegetenv 1 11 79 1
feholdexcept 1 10 50 1
fesetenv 1 18 135 1
feupdateenv 1 8 37 1
feenableexcept 1 12 59 1
fedisableexcept 1 12 59 1
fegetexcept 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/amd64/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 13 81 1
fegetexceptflag 1 10 61 2
feraiseexcept 1 7 34 1
fesetexceptflag 1 15 104 2
fetestexcept 1 9 52 1
fegetround 1 6 28 1
fesetround 2 16 102 1
fegetenv 1 7 54 1
feholdexcept 1 12 77 1
fesetenv 1 6 41 1
feupdateenv 1 10 56 1
feenableexcept 1 14 100 1
fedisableexcept 1 14 98 1
fegetexcept 1 6 28 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/amd64/abi.h
Source file: /home/sergeyb/sources/src/lib/libm/arch/amd64/invtrig.c
Source file: /home/sergeyb/sources/src/lib/libm/arch/powerpc/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 2 11 70 1
fegetexceptflag 1 8 49 2
feraiseexcept 1 6 28 1
fesetexceptflag 3 16 106 2
fetestexcept 1 7 40 1
fegetround 1 6 35 1
fesetround 2 11 72 1
fegetenv 1 7 40 1
feholdexcept 1 10 80 1
fesetenv 1 8 50 1
feupdateenv 1 8 46 1
feenableexcept 1 11 78 1
fedisableexcept 1 11 80 1
fegetexcept 1 6 40 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sh/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 11 61 1
fegetexceptflag 1 8 42 2
feraiseexcept 6 26 122 1
fesetexceptflag 1 14 93 2
fetestexcept 1 7 33 1
fegetround 1 6 28 1
fesetround 2 15 87 1
fegetenv 1 5 25 1
feholdexcept 1 14 96 1
fesetenv 1 19 152 1
feupdateenv 1 8 39 1
feenableexcept 1 12 83 1
fedisableexcept 1 12 89 1
fegetexcept 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sh/e_sqrtf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrtf 1 10 69 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sh/e_sqrt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sqrt 1 11 73 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/sh/s_fabsf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fabsf 1 5 23 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/arm/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 6 20 1
fegetexceptflag 1 6 27 2
feraiseexcept 1 7 33 1
fesetexceptflag 1 7 32 2
fetestexcept 1 5 18 1
fegetround 1 4 13 1
fesetround 2 8 32 1
fegetenv 1 7 31 1
feholdexcept 1 7 26 1
fesetenv 1 7 38 1
feupdateenv 1 7 29 1
feenableexcept 1 8 29 1
fedisableexcept 1 8 30 1
fegetexcept 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/aarch64/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 8 29 1
fegetexceptflag 1 7 31 2
feraiseexcept 1 8 29 1
fesetexceptflag 1 9 41 2
fetestexcept 1 6 22 1
fegetround 1 6 26 1
fesetround 2 11 53 1
fegetenv 1 9 49 1
feholdexcept 1 13 71 1
fesetenv 1 6 43 1
feupdateenv 1 8 34 1
feenableexcept 1 8 49 1
fedisableexcept 1 8 49 1
fegetexcept 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/i387/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__test_sse 2 9 59 1
feclearexcept 2 15 87 1
fegetexceptflag 2 11 67 2
feraiseexcept 1 7 34 1
fesetexceptflag 2 17 110 2
fetestexcept 2 10 58 1
fegetround 1 6 28 1
fesetround 3 18 108 1
fegetenv 2 8 58 1
feholdexcept 2 14 83 1
fesetenv 2 7 45 1
feupdateenv 2 11 62 1
feenableexcept 3 17 112 1
fedisableexcept 3 17 110 1
fegetexcept 1 6 28 1
Source file: /home/sergeyb/sources/src/lib/libm/arch/i387/DEFS.h
Source file: /home/sergeyb/sources/src/lib/libm/arch/mips64/fenv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
feclearexcept 1 9 47 1
fegetexceptflag 1 8 42 2
feraiseexcept 1 9 54 1
fesetexceptflag 1 10 59 2
fetestexcept 1 7 33 1
fegetround 1 6 28 1
fesetround 2 11 59 1
fegetenv 1 5 25 1
feholdexcept 1 10 59 1
fesetenv 1 5 27 1
feupdateenv 1 8 39 1
feenableexcept 1 10 63 1
fedisableexcept 1 10 65 1
fegetexcept 1 6 33 1
Source file: /home/sergeyb/sources/src/lib/libssl/test/r160test.c
Source file: /home/sergeyb/sources/src/lib/libssl/test/methtest.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 3 27 184 2
Source file: /home/sergeyb/sources/src/lib/libssl/test/asn1test.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 1 12 59 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_packet.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl_is_sslv2_client_hello 6 17 88 1
ssl_is_sslv3_handshake 5 15 76 1
ssl_convert_sslv2_client_hello 45 127 952 1
ssl_server_legacy_first_packet 14 44 282 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl2.h
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_tlsext.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tlsext_alpn_clienthello_needs 2 5 28 1
tlsext_alpn_clienthello_build 4 12 67 2
tlsext_alpn_clienthello_parse 10 39 261 3
tlsext_alpn_serverhello_needs 1 4 18 1
tlsext_alpn_serverhello_build 5 14 86 2
tlsext_alpn_serverhello_parse 8 25 153 3
tlsext_ec_clienthello_needs 1 4 14 1
tlsext_ec_clienthello_build 6 21 117 2
tlsext_ec_clienthello_parse 11 40 228 3
tlsext_ec_serverhello_needs 1 4 11 1
tlsext_ec_serverhello_build 1 4 15 2
tlsext_ec_serverhello_parse 2 8 42 3
tlsext_ecpf_build 5 18 98 2
tlsext_ecpf_parse 7 23 135 3
tlsext_ecpf_clienthello_needs 1 4 14 1
tlsext_ecpf_clienthello_build 1 4 20 2
tlsext_ecpf_clienthello_parse 1 4 26 3
tlsext_ecpf_serverhello_needs 2 6 25 1
tlsext_ecpf_serverhello_build 1 4 20 2
tlsext_ecpf_serverhello_parse 1 4 26 3
tlsext_ri_clienthello_needs 1 4 17 1
tlsext_ri_clienthello_build 4 12 69 2
tlsext_ri_clienthello_parse 4 21 123 3
tlsext_ri_serverhello_needs 1 4 18 1
tlsext_ri_serverhello_build 5 15 95 2
tlsext_ri_serverhello_parse 12 42 276 3
tlsext_sigalgs_clienthello_needs 1 4 18 1
tlsext_sigalgs_clienthello_build 4 14 78 2
tlsext_sigalgs_clienthello_parse 2 7 42 3
tlsext_sigalgs_serverhello_needs 1 4 11 1
tlsext_sigalgs_serverhello_build 1 4 15 2
tlsext_sigalgs_serverhello_parse 1 4 19 3
tlsext_sni_clienthello_needs 1 4 17 1
tlsext_sni_clienthello_build 6 16 102 2
tlsext_sni_clienthello_parse 15 45 255 3
tlsext_sni_serverhello_needs 1 4 19 1
tlsext_sni_serverhello_build 1 4 15 2
tlsext_sni_serverhello_parse 8 29 153 3
tlsext_ocsp_clienthello_needs 2 5 23 1
tlsext_ocsp_clienthello_build 14 40 270 2
tlsext_ocsp_clienthello_parse 16 60 375 3
tlsext_ocsp_serverhello_needs 1 4 15 1
tlsext_ocsp_serverhello_build 1 4 15 2
tlsext_ocsp_serverhello_parse 2 9 46 3
tlsext_sessionticket_clienthello_needs 5 11 61 1
tlsext_sessionticket_clienthello_build 10 26 186 2
tlsext_sessionticket_clienthello_parse 4 16 93 3
tlsext_sessionticket_serverhello_needs 2 5 27 1
tlsext_sessionticket_serverhello_build 1 4 15 2
tlsext_sessionticket_serverhello_parse 5 17 108 3
tlsext_srtp_clienthello_needs 2 4 21 1
tlsext_srtp_clienthello_build 9 28 176 2
tlsext_srtp_clienthello_parse 18 56 354 3
tlsext_srtp_serverhello_needs 2 4 21 1
tlsext_srtp_serverhello_build 6 16 95 2
tlsext_srtp_serverhello_parse 10 40 237 3
tlsext_clienthello_build 9 26 157 2
tlsext_clienthello_parse_one 5 18 102 4
tlsext_serverhello_build 9 26 154 2
tlsext_serverhello_parse_one 5 18 102 4
Source file: /home/sergeyb/sources/src/lib/libssl/d1_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dtls1_default_timeout 1 4 15 1
dtls1_new 10 38 303 1
dtls1_clear_queues 6 36 276 1
dtls1_free 2 15 121 1
dtls1_clear 4 36 264 1
dtls1_ctrl 5 21 104 4
dtls1_get_cipher 3 9 40 1
dtls1_start_timer 3 10 87 1
dtls1_get_timeout 9 25 199 2
dtls1_is_timer_expired 4 11 51 1
dtls1_double_timeout 2 7 39 1
dtls1_stop_timer 1 9 83 1
dtls1_check_timeout_num 3 13 83 1
dtls1_handle_timeout 4 15 86 1
dtls1_listen 2 12 69 2
dtls1_build_sequence_number 1 10 65 3
Source file: /home/sergeyb/sources/src/lib/libssl/d1_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dtls1_enc 21 63 453 2
Source file: /home/sergeyb/sources/src/lib/libssl/bs_ber.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbs_nonstrict_get_any_asn1_element 1 6 35 4
cbs_find_indefinite 10 29 168 3
is_primitive_type 3 6 41 1
is_eoc 2 5 38 2
cbs_convert_indefinite 27 80 426 5
CBS_asn1_indefinite_to_definite 5 19 114 3
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_locl.h
Source file: /home/sergeyb/sources/src/lib/libssl/pqueue.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pitem_new 2 10 65 2
pitem_free 1 4 13 1
pqueue_new 1 4 17 1
pqueue_free 1 4 13 1
pqueue_insert 6 25 148 2
pqueue_peek 1 4 13 1
pqueue_pop 2 7 37 1
pqueue_find 3 9 61 2
pqueue_iterator 1 4 14 1
pqueue_next 3 9 44 1
pqueue_size 2 10 41 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_pkt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl_force_want_read 1 8 37 1
ssl3_read_n 27 88 591 4
ssl3_packet_read 3 10 62 2
ssl3_packet_extend 4 13 81 2
ssl3_get_record 37 133 876 1
ssl3_write_bytes 13 43 276 4
do_ssl3_write 38 122 884 5
ssl3_write_pending 12 38 280 4
ssl3_read_bytes 111 311 2197 5
ssl3_do_change_cipher_spec 9 36 217 1
ssl3_send_alert 5 14 114 3
ssl3_dispatch_alert 7 25 233 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_cert.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_get_ex_data_X509_STORE_CTX_idx 4 21 87 1
ssl_cert_set_default_md 1 7 60 1
ssl_cert_new 2 13 70 1
ssl_cert_dup 18 81 504 1
ssl_cert_free 4 16 100 1
ssl_cert_inst 4 14 65 1
ssl_sess_cert_new 2 12 60 1
ssl_sess_cert_free 4 16 102 1
ssl_verify_cert_chain 7 28 210 2
set_client_CA_list 1 6 31 2
SSL_dup_CA_list 4 15 96 1
SSL_set_client_CA_list 1 4 29 2
SSL_CTX_set_client_CA_list 1 4 29 2
SSL_CTX_get_client_CA_list 1 4 18 1
SSL_get_client_CA_list 5 15 96 1
add_client_CA 5 15 106 2
SSL_add_client_CA 1 4 29 2
SSL_CTX_add_client_CA 1 4 29 2
xname_cmp 1 4 30 2
SSL_load_client_CA_file 13 47 259 1
SSL_add_file_cert_subjects_to_stack 9 38 225 2
SSL_add_dir_cert_subjects_to_stack 6 26 143 2
Source file: /home/sergeyb/sources/src/lib/libssl/d1_srtp.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
srtp_find_profile_by_name 4 15 72 3
srtp_find_profile_by_num 3 13 51 2
ssl_ctx_make_profiles 6 27 147 2
SSL_CTX_set_tlsext_use_srtp 1 4 26 2
SSL_set_tlsext_use_srtp 1 4 26 2
SSL_get_srtp_profiles 5 12 72 1
SSL_get_selected_srtp_profile 1 4 15 1
Source file: /home/sergeyb/sources/src/lib/libssl/t1_srvr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_get_server_method 4 10 51 1
SSLv23_server_method 1 4 13 1
TLS_server_method 1 4 12 1
TLSv1_server_method 1 4 12 1
TLSv1_1_server_method 1 4 12 1
TLSv1_2_server_method 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_clear 9 39 299 1
SSL_CTX_set_ssl_version 3 12 87 2
SSL_new 16 110 863 1
SSL_CTX_set_session_id_context 2 11 61 3
SSL_set_session_id_context 2 11 60 3
SSL_CTX_set_generate_session_id 1 7 34 2
SSL_set_generate_session_id 1 7 34 2
SSL_has_matching_session_id 2 14 97 3
SSL_CTX_set_purpose 1 4 23 2
SSL_set_purpose 1 4 23 2
SSL_CTX_set_trust 1 4 23 2
SSL_set_trust 1 4 23 2
SSL_CTX_set1_param 1 4 24 2
SSL_set1_param 1 4 24 2
SSL_free 8 48 340 1
SSL_set_bio 6 15 106 3
SSL_get_rbio 1 4 16 1
SSL_get_wbio 1 4 16 1
SSL_get_fd 1 4 17 1
SSL_get_rfd 2 10 57 1
SSL_get_wfd 2 10 57 1
SSL_set_fd 2 15 78 2
SSL_set_wfd 5 19 136 2
SSL_set_rfd 5 19 136 2
SSL_get_finished 3 11 73 3
SSL_get_peer_finished 3 11 73 3
SSL_get_verify_mode 1 4 16 1
SSL_get_verify_depth 1 4 19 1
int( * SSL_get_verify_callback(constSSL*s)) 1 4 17 2
SSL_CTX_get_verify_mode 1 4 16 1
SSL_CTX_get_verify_depth 1 4 19 1
int( * SSL_CTX_get_verify_callback(constSSL_CTX*ctx)) 1 4 17 2
SSL_set_verify 2 7 45 3
SSL_set_verify_depth 1 4 20 2
SSL_set_read_ahead 1 4 19 2
SSL_get_read_ahead 1 4 18 1
SSL_pending 1 4 23 1
SSL_get_peer_certificate 4 12 70 1
SSL_get_peer_cert_chain 4 10 64 1
SSL_copy_session_id 3 18 132 2
SSL_CTX_check_private_key 5 14 105 1
SSL_check_private_key 5 21 123 1
SSL_accept 2 6 37 1
SSL_connect 2 6 37 1
SSL_get_default_timeout 1 4 22 1
SSL_read 3 12 83 3
SSL_peek 3 11 75 3
SSL_write 3 13 92 3
SSL_shutdown 4 11 67 1
SSL_renegotiate 2 7 48 1
SSL_renegotiate_abbreviated 2 7 48 1
SSL_renegotiate_pending 1 4 19 1
SSL_ctrl 19 50 305 4
SSL_callback_ctrl 2 12 90 3
SSL_CTX_sessions 1 4 17 1
SSL_CTX_ctrl 29 72 459 4
SSL_CTX_callback_ctrl 2 12 90 3
ssl_cipher_id_cmp 3 9 53 2
ssl_cipher_ptr_id_cmp 3 10 63 2
SSL_get_ciphers 5 11 71 1
ssl_get_ciphers_by_id 5 12 78 1
ssl_has_ecc_ciphers 6 19 114 1
SSL_get_cipher_list 5 14 90 2
SSL_CTX_set_cipher_list 3 13 81 2
SSL_set_cipher_list 3 13 85 2
SSL_get_shared_ciphers 9 26 190 3
ssl_cipher_list_to_bytes 11 25 160 3
ssl_bytes_to_cipher_list 14 51 282 2
SSL_get_servername 4 8 46 2
SSL_get_servername_type 4 8 43 1
SSL_select_next_proto 5 29 187 6
SSL_get0_next_proto_negotiated 1 6 29 3
SSL_CTX_set_next_protos_advertised_cb 1 4 38 3
SSL_CTX_set_next_proto_select_cb 1 5 47 3
SSL_CTX_set_alpn_protos 4 18 113 3
SSL_set_alpn_protos 4 18 113 3
SSL_CTX_set_alpn_select_cb 1 7 64 3
SSL_get0_alpn_selected 2 10 61 3
SSL_export_keying_material 1 7 58 8
ssl_session_hash 1 10 85 1
ssl_session_cmp 4 10 73 2
ssl_session_LHASH_HASH 1 5 22 1
ssl_session_LHASH_COMP 1 6 36 2
SSL_CTX_new 16 102 720 1
SSL_CTX_free 6 29 214 1
SSL_CTX_set_default_passwd_cb 1 4 18 2
SSL_CTX_set_default_passwd_cb_userdata 1 4 18 2
SSL_CTX_set_cert_verify_callback 1 6 41 3
SSL_CTX_set_verify 1 5 37 3
SSL_CTX_set_verify_depth 1 4 20 2
ssl_set_cert_masks 16 43 302 2
ssl_using_ecc_cipher 4 9 73 1
ssl_check_srvr_ecc_cert_and_alg 4 15 95 2
ssl_get_server_send_pkey 5 23 133 1
ssl_get_server_send_cert 2 8 37 1
ssl_get_sign_pkey 8 23 162 3
ssl_get_auto_dh 16 41 291 1
ssl_update_cache 12 22 198 2
SSL_get_ssl_method 1 4 15 1
SSL_set_ssl_method 6 21 159 2
SSL_get_error 23 55 323 2
SSL_do_handshake 4 13 79 1
SSL_set_accept_state 1 10 72 1
SSL_set_connect_state 1 10 72 1
ssl_undefined_function 1 5 20 1
ssl_undefined_void_function 1 5 16 1
ssl_undefined_const_function 1 5 21 1
ssl_version_string 5 15 52 1
SSL_get_version 1 4 17 1
SSL_dup 21 95 754 1
ssl_clear_cipher_ctx 3 17 120 1
SSL_get_certificate 2 7 34 1
SSL_get_privatekey 2 7 33 1
SSL_get_current_cipher 3 6 43 1
SSL_get_current_compression 1 4 13 1
SSL_get_current_expansion 1 4 13 1
ssl_init_wbio_buffer 8 27 165 2
ssl_free_wbio_buffer 4 12 62 1
SSL_CTX_set_quiet_shutdown 1 4 19 2
SSL_CTX_get_quiet_shutdown 1 4 18 1
SSL_set_quiet_shutdown 1 4 19 2
SSL_get_quiet_shutdown 1 4 18 1
SSL_set_shutdown 1 4 19 2
SSL_get_shutdown 1 4 18 1
SSL_version 1 4 16 1
SSL_get_SSL_CTX 1 4 16 1
SSL_set_SSL_CTX 5 19 141 2
SSL_CTX_set_default_verify_paths 1 4 18 1
SSL_CTX_load_verify_locations 1 5 32 3
SSL_CTX_load_verify_mem 1 4 29 3
SSL_set_info_callback 1 4 34 2
void( * SSL_get_info_callback(constSSL*ssl)) 1 4 23 3
SSL_state 1 4 21 1
SSL_set_state 1 4 22 2
SSL_set_verify_result 1 4 17 2
SSL_get_verify_result 1 4 16 1
SSL_get_ex_new_index 1 6 41 5
SSL_set_ex_data 1 4 32 3
SSL_get_ex_data 1 4 27 2
SSL_CTX_get_ex_new_index 1 6 41 5
SSL_CTX_set_ex_data 1 4 32 3
SSL_CTX_get_ex_data 1 4 27 2
ssl_ok 1 4 13 1
SSL_CTX_get_cert_store 1 4 16 1
SSL_CTX_set_cert_store 1 5 25 2
SSL_want 1 4 18 1
SSL_CTX_set_tmp_rsa_callback 1 5 44 2
SSL_set_tmp_rsa_callback 1 5 44 2
SSL_CTX_set_tmp_dh_callback 1 5 44 2
SSL_set_tmp_dh_callback 1 5 44 2
SSL_CTX_set_tmp_ecdh_callback 1 6 44 2
SSL_set_tmp_ecdh_callback 1 5 44 2
SSL_CTX_set_msg_callback 1 6 58 2
SSL_set_msg_callback 1 5 58 2
ssl_clear_hash_ctx 2 6 24 1
SSL_set_debug 1 4 19 2
SSL_cache_hit 1 4 17 1
SSL_CTX_set_min_proto_version 1 5 34 2
SSL_CTX_set_max_proto_version 1 5 34 2
SSL_set_min_proto_version 1 5 34 2
SSL_set_max_proto_version 1 5 34 2
ssl_cipher_id_cmp_BSEARCH_CMP_FN 1 6 36 2
OBJ_bsearch_ssl_cipher_id 1 5 37 3
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_srvr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl3_accept 141 452 2778 1
ssl3_send_hello_request 4 17 107 1
ssl3_get_client_hello 65 237 1574 1
ssl3_send_server_hello 14 43 303 1
ssl3_send_server_done 4 17 107 1
ssl3_send_server_kex_dhe 17 60 415 2
ssl3_send_server_kex_ecdhe_ecp 16 68 408 3
ssl3_send_server_kex_ecdhe_ecx 10 34 219 3
ssl3_send_server_kex_ecdhe 2 8 48 2
ssl3_send_server_key_exchange 21 126 778 1
ssl3_send_certificate_request 14 48 332 1
ssl3_get_client_kex_rsa 15 60 417 3
ssl3_get_client_kex_dhe 7 45 287 3
ssl3_get_client_kex_ecdhe_ecp 14 92 530 3
ssl3_get_client_kex_ecdhe_ecx 6 26 186 3
ssl3_get_client_kex_ecdhe 2 6 49 3
ssl3_get_client_kex_gost 11 59 346 3
ssl3_get_client_key_exchange 10 35 228 1
ssl3_get_cert_verify 46 206 1184 1
ssl3_get_client_certificate 25 112 692 1
ssl3_send_server_certificate 6 24 153 1
ssl3_send_newsession_ticket 10 83 572 1
ssl3_send_cert_status 7 24 164 1
Source file: /home/sergeyb/sources/src/lib/libssl/t1_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_default_timeout 1 4 15 1
tls1_new 2 7 37 1
tls1_free 2 7 30 1
tls1_clear 1 5 25 1
tls1_ec_curve_id2nid 3 7 48 1
tls1_ec_nid2curve_id 30 65 193 1
tls1_get_formatlist 3 15 90 4
tls1_get_curvelist 3 15 92 4
tls1_set_groups 4 20 114 4
tls1_set_groups_list 8 37 217 3
tls1_check_curve 3 11 69 2
tls1_get_shared_curve 5 18 146 1
tls1_set_ec_id 11 33 186 3
tls1_check_ec_key 11 25 166 3
tls1_check_ec_server_key 5 17 117 1
tls1_check_ec_tmp_key 4 12 76 1
tls12_get_req_sig_algs 1 5 30 3
ssl_parse_clienthello_tlsext 11 49 306 5
ssl_parse_serverhello_tlsext 11 48 291 4
ssl_check_clienthello_tlsext_early 8 23 156 1
ssl_check_clienthello_tlsext_late 11 45 221 1
ssl_check_serverhello_tlsext 14 41 276 1
tls1_process_ticket 20 60 359 5
tls_decrypt_ticket 18 95 590 6
tls12_find_id 3 9 55 3
tls12_get_sigandhash 4 16 106 3
tls12_get_sigid 1 5 29 1
tls12_get_hash 9 23 83 1
tls1_process_sigalgs 17 51 323 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl23.h
Source file: /home/sergeyb/sources/src/lib/libssl/bytestring.h
Source file: /home/sergeyb/sources/src/lib/libssl/pqueue.h
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_sess.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_get_session 1 4 16 1
SSL_get1_session 2 10 42 1
SSL_SESSION_get_ex_new_index 1 6 39 5
SSL_SESSION_set_ex_data 1 4 32 3
SSL_SESSION_get_ex_data 1 4 27 2
SSL_SESSION_new 3 26 185 1
SSL_SESSION_get_id 2 6 30 2
SSL_SESSION_get_compress_id 1 4 12 1
def_generate_session_id 4 11 68 3
ssl_get_new_session 19 81 466 2
ssl_get_prev_session 32 99 575 4
SSL_CTX_add_session 8 33 179 2
SSL_CTX_remove_session 1 4 22 2
remove_session_lock 8 24 155 3
SSL_SESSION_free 3 21 161 1
SSL_set_session 10 36 228 2
SSL_SESSION_set_timeout 2 7 33 2
SSL_SESSION_get_timeout 2 6 27 1
SSL_SESSION_get_time 2 6 27 1
SSL_SESSION_set_time 2 7 33 2
SSL_SESSION_get0_peer 1 4 13 1
SSL_SESSION_set1_id_context 2 11 54 3
SSL_CTX_set_timeout 2 9 42 2
SSL_CTX_get_timeout 2 6 27 1
SSL_set_session_secret_cb 2 10 78 3
SSL_set_session_ticket_ext_cb 2 9 47 3
SSL_set_session_ticket_ext 4 24 147 3
timeout_doall_arg 4 11 101 2
timeout_LHASH_DOALL_ARG 1 6 31 2
SSL_CTX_flush_sessions 2 17 113 2
ssl_clear_bad_session 5 9 66 1
SSL_SESSION_list_remove 6 25 246 2
SSL_SESSION_list_add 4 16 161 2
SSL_CTX_sess_set_new_cb 1 4 32 2
int( * SSL_CTX_sess_get_new_cb(SSL_CTX*ctx)) 1 4 18 2
SSL_CTX_sess_set_remove_cb 1 5 31 2
void( * SSL_CTX_sess_get_remove_cb(SSL_CTX*ctx)) 1 4 18 2
SSL_CTX_sess_set_get_cb 1 5 41 2
SSL_CTX_set_info_callback 1 5 34 2
void( * SSL_CTX_get_info_callback(SSL_CTX*ctx)) 1 4 21 3
SSL_CTX_set_client_cert_cb 1 5 35 2
int( * SSL_CTX_get_client_cert_cb(SSL_CTX*ctx)) 1 5 22 3
SSL_CTX_set_client_cert_engine 3 14 64 2
SSL_CTX_set_cookie_generate_cb 1 5 37 2
SSL_CTX_set_cookie_verify_cb 1 5 36 2
PEM_write_SSL_SESSION 1 5 38 2
PEM_read_SSL_SESSION 1 5 44 4
PEM_read_bio_SSL_SESSION 1 5 44 4
PEM_write_bio_SSL_SESSION 1 5 38 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl3.h
Source file: /home/sergeyb/sources/src/lib/libssl/dtls1.h
Source file: /home/sergeyb/sources/src/lib/libssl/t1_enc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_cleanup_key_block 1 6 51 1
tls1_init_finished_mac 2 9 68 1
tls1_finish_mac 5 13 87 3
tls1_digest_cached_records 3 17 90 1
tls1_record_sequence_increment 3 8 41 1
tls1_P_hash 34 72 561 15
tls1_PRF 6 29 261 15
tls1_generate_key_block 2 11 77 3
tls1_aead_ctx_init 3 13 68 1
tls1_change_cipher_state_aead 10 45 298 6
tls1_change_cipher_state_cipher 16 79 568 9
tls1_change_cipher_state 10 72 468 2
tls1_setup_key_block 14 60 446 1
tls1_enc 57 211 1516 2
tls1_final_finish_mac 4 14 111 4
tls1_mac 13 64 489 3
tls1_generate_master_secret 3 13 86 4
tls1_export_keying_material 10 56 362 8
tls1_alert_code 32 69 270 1
Source file: /home/sergeyb/sources/src/lib/libssl/t1_meth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_get_method 4 10 51 1
SSLv23_method 1 4 13 1
TLS_method 1 4 10 1
TLSv1_method 1 4 12 1
TLSv1_1_method 1 4 12 1
TLSv1_2_method 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libssl/tls1.h
Source file: /home/sergeyb/sources/src/lib/libssl/ssl.h
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_versions.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl_clamp_version_range 7 13 75 4
ssl_version_set_min 3 16 87 4
ssl_version_set_max 3 16 87 4
ssl_enabled_version_range 15 28 210 3
ssl_supported_version_range 6 20 114 3
ssl_max_shared_version 9 28 135 3
ssl_max_server_version 4 13 84 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_tlsext.h
Source file: /home/sergeyb/sources/src/lib/libssl/d1_meth.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DTLSv1_method 1 4 10 1
dtls1_get_method 2 6 25 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_ciph.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl_load_ciphers 3 58 316 1
ssl_cipher_get_evp 47 125 602 5
ssl_cipher_get_evp_aead 6 23 106 2
ssl_get_handshake_evp_md 6 24 101 2
ll_append_tail 5 16 102 3
ll_append_head 5 16 102 3
ssl_cipher_get_disabled 21 32 368 5
ssl_cipher_collect_ciphers 12 40 313 10
ssl_cipher_collect_aliases 13 46 281 8
ssl_cipher_apply_rule 31 77 479 11
ssl_cipher_strength_sort 9 29 196 2
ssl_cipher_process_rulestr 54 175 905 4
ssl_aes_is_accelerated 2 5 29 1
ssl_create_cipher_list 17 97 875 4
SSL_CIPHER_get_by_id 1 4 14 1
SSL_CIPHER_get_by_value 1 4 13 1
SSL_CIPHER_description 37 139 519 3
SSL_CIPHER_get_version 3 9 44 1
SSL_CIPHER_get_name 2 6 27 1
SSL_CIPHER_get_bits 3 10 50 2
SSL_CIPHER_get_id 1 4 14 1
SSL_CIPHER_get_value 1 4 15 1
SSL_COMP_get_compression_methods 1 4 9 1
SSL_COMP_add_compression_method 1 4 14 2
SSL_COMP_get_name 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_rsa.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_use_certificate 3 12 69 2
SSL_use_certificate_file 6 37 196 3
SSL_use_certificate_ASN1 2 13 78 3
SSL_use_RSAPrivateKey 4 22 123 2
ssl_set_pkey 6 31 221 2
SSL_use_RSAPrivateKey_file 6 36 195 3
SSL_use_RSAPrivateKey_ASN1 2 14 87 3
SSL_use_PrivateKey 3 14 76 2
SSL_use_PrivateKey_file 6 36 195 3
SSL_use_PrivateKey_ASN1 2 14 93 4
SSL_CTX_use_certificate 3 12 69 2
ssl_set_cert 7 37 259 2
SSL_CTX_use_certificate_file 6 36 184 3
SSL_CTX_use_certificate_ASN1 2 13 76 3
SSL_CTX_use_RSAPrivateKey 4 22 121 2
SSL_CTX_use_RSAPrivateKey_file 6 36 183 3
SSL_CTX_use_RSAPrivateKey_ASN1 2 14 86 3
SSL_CTX_use_PrivateKey 3 12 69 2
SSL_CTX_use_PrivateKey_file 6 36 183 3
SSL_CTX_use_PrivateKey_ASN1 2 15 91 4
ssl_ctx_use_certificate_chain_bio 8 41 209 2
SSL_CTX_use_certificate_chain_file 3 18 89 2
SSL_CTX_use_certificate_chain_mem 2 14 70 3
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_asn1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
time_max 3 8 39 1
i2d_SSL_SESSION 50 121 867 2
d2i_SSL_SESSION 50 143 965 3
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_stat.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_state_string_long 78 223 687 1
SSL_rstate_string_long 4 19 64 1
SSL_state_string 69 196 598 1
SSL_alert_type_string_long 3 10 41 1
SSL_alert_type_string 3 10 41 1
SSL_alert_desc_string 31 100 303 1
SSL_alert_desc_string_long 31 100 303 1
SSL_rstate_string 4 19 64 1
Source file: /home/sergeyb/sources/src/lib/libssl/d1_clnt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DTLSv1_client_method 1 4 10 1
dtls1_get_client_method 2 6 25 1
dtls1_get_hello_verify 8 44 295 1
Source file: /home/sergeyb/sources/src/lib/libssl/d1_both.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dtls1_hm_fragment_new 6 28 143 2
dtls1_hm_fragment_free 3 14 67 1
dtls1_do_write 23 107 819 2
dtls1_get_message 10 50 404 6
dtls1_preprocess_fragment 6 32 222 3
dtls1_retrieve_buffered_fragment 6 35 231 3
dtls1_max_handshake_message_len 2 8 43 1
dtls1_reassemble_fragment 18 76 552 3
dtls1_process_out_of_seq_message 21 58 466 3
dtls1_get_message_fragment 23 80 535 5
dtls1_read_failed 5 17 75 2
dtls1_get_queue_priority 1 4 18 2
dtls1_retransmit_buffered_messages 5 21 125 1
dtls1_buffer_message 5 41 386 2
dtls1_retransmit_message 7 64 546 4
dtls1_clear_record_buffer 2 9 58 1
dtls1_set_message_header 3 10 82 5
dtls1_set_message_header_int 1 10 71 6
dtls1_fix_message_header 1 6 41 3
dtls1_write_message_header 1 10 73 2
dtls1_min_mtu 1 5 29 1
dtls1_guess_mtu 4 10 66 1
dtls1_get_message_header 6 25 165 2
dtls1_get_ccs_header 1 5 37 2
dtls1_shutdown 1 6 21 1
Source file: /home/sergeyb/sources/src/lib/libssl/s3_cbc.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
constant_time_lt 1 5 20 2
constant_time_ge 1 5 20 2
constant_time_eq_8 1 6 26 2
tls1_cbc_remove_padding 7 37 301 4
ssl3_cbc_copy_mac 9 44 375 4
tls1_md5_final_raw 1 8 55 2
tls1_sha1_final_raw 1 9 64 2
tls1_sha256_final_raw 2 8 49 2
tls1_sha512_final_raw 2 8 49 2
ssl3_cbc_record_digest_supported 7 14 44 1
ssl3_cbc_digest_record 22 162 1280 9
Source file: /home/sergeyb/sources/src/lib/libssl/d1_pkt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
satsub64be 11 41 271 2
dtls1_copy_record 1 12 139 2
dtls1_buffer_record 6 32 269 3
dtls1_retrieve_buffered_record 2 12 60 2
dtls1_process_buffered_records 6 20 162 1
dtls1_process_record 16 69 458 1
dtls1_get_record 33 81 581 1
dtls1_read_bytes 102 328 2218 5
dtls1_write_app_data_bytes 6 20 114 4
have_handshake_fragment 6 21 153 5
dtls1_write_bytes 1 8 53 4
do_dtls1_write 15 80 601 4
dtls1_record_replay_check 4 18 127 2
dtls1_record_bitmap_update 4 19 129 2
dtls1_dispatch_alert 11 36 338 1
dtls1_get_bitmap 5 12 99 3
dtls1_reset_seq_numbers 2 16 154 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_clnt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl3_connect 123 381 2363 1
ssl3_send_client_hello 29 80 550 1
ssl3_get_server_hello 45 173 1159 1
ssl3_get_server_certificate 22 118 749 1
ssl3_get_server_kex_dhe 11 57 408 4
ssl3_get_server_kex_ecdhe_ecp 7 43 260 4
ssl3_get_server_kex_ecdhe_ecx 4 20 111 4
ssl3_get_server_kex_ecdhe 13 57 360 4
ssl3_get_server_key_exchange 28 152 974 1
ssl3_get_certificate_request 27 120 793 1
ca_dn_cmp 1 4 30 2
ssl3_get_new_session_ticket 11 49 320 1
ssl3_get_cert_status 13 63 354 1
ssl3_get_server_done 3 17 94 1
ssl3_send_client_kex_rsa 9 43 301 3
ssl3_send_client_kex_dhe 9 48 298 3
ssl3_send_client_kex_ecdhe_ecp 15 71 439 3
ssl3_send_client_kex_ecdhe_ecx 8 30 205 3
ssl3_send_client_kex_ecdhe 5 17 104 3
ssl3_send_client_kex_gost 14 73 462 3
ssl3_send_client_key_exchange 13 44 289 1
ssl3_send_client_verify 30 119 780 1
ssl3_send_client_certificate 19 52 401 1
ssl3_check_cert_and_algorithm 12 49 315 1
ssl3_check_finished 5 16 119 1
ssl_do_client_cert_cb 4 14 106 3
Source file: /home/sergeyb/sources/src/lib/libssl/t1_clnt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_get_client_method 4 10 51 1
SSLv23_client_method 1 4 13 1
TLS_client_method 1 4 12 1
TLSv1_client_method 1 4 12 1
TLSv1_1_client_method 1 4 12 1
TLSv1_2_client_method 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libssl/bs_cbs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
CBS_init 1 6 34 3
CBS_dup 1 5 36 2
cbs_get 2 9 49 3
CBS_offset 1 4 18 1
CBS_skip 1 5 27 2
CBS_data 1 4 14 1
CBS_len 1 4 14 1
CBS_stow 3 13 87 3
CBS_strdup 1 6 46 2
CBS_write_bytes 3 9 60 4
CBS_contains_zero_byte 1 4 25 1
CBS_mem_equal 2 6 42 3
cbs_get_u 5 16 92 3
CBS_get_u8 2 8 42 2
CBS_get_u16 2 8 39 2
CBS_get_u24 1 4 22 2
CBS_get_u32 1 4 22 2
CBS_get_bytes 2 8 48 3
cbs_get_length_prefixed 2 7 44 3
CBS_get_u8_length_prefixed 1 4 22 2
CBS_get_u16_length_prefixed 1 4 22 2
CBS_get_u24_length_prefixed 1 4 22 2
CBS_get_any_asn1_element 1 6 35 4
cbs_get_any_asn1_element_internal 19 50 310 5
cbs_get_asn1 6 16 88 4
CBS_get_asn1 1 4 28 3
CBS_get_asn1_element 1 4 28 3
CBS_peek_asn1_tag 3 8 49 2
CBS_get_asn1_uint64 9 24 161 2
CBS_get_optional_asn1 3 11 62 4
CBS_get_optional_asn1_octet_string 6 18 99 4
CBS_get_optional_asn1_uint64 5 16 83 4
CBS_get_optional_asn1_bool 8 24 137 4
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_both.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl3_do_write 5 21 185 2
ssl3_send_finished 7 35 271 5
ssl3_take_mac 3 17 92 1
ssl3_get_finished 8 47 319 3
ssl3_send_change_cipher_spec 7 31 216 3
ssl3_add_cert 6 20 114 2
ssl3_output_cert_chain 13 44 273 3
ssl3_get_message 26 105 793 6
ssl_cert_type 8 24 116 2
ssl_verify_alarm_type 30 57 170 1
ssl3_setup_init_buffer 4 15 82 1
ssl3_setup_read_buffer 4 23 144 1
ssl3_setup_write_buffer 5 25 149 1
ssl3_setup_buffers 3 8 33 1
ssl3_release_write_buffer 1 6 32 1
ssl3_release_read_buffer 1 6 32 1
Source file: /home/sergeyb/sources/src/lib/libssl/srtp.h
Source file: /home/sergeyb/sources/src/lib/libssl/d1_srvr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
DTLSv1_server_method 1 4 10 1
dtls1_get_server_method 2 6 25 1
dtls1_send_hello_verify_request 9 29 220 1
Source file: /home/sergeyb/sources/src/lib/libssl/bs_cbb.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cbb_init 2 14 79 3
CBB_init 4 14 81 2
CBB_init_fixed 2 8 54 3
CBB_cleanup 3 10 58 1
cbb_buffer_add 9 26 158 3
cbb_add_u 6 16 95 3
CBB_finish 8 16 104 3
CBB_flush 17 53 351 1
CBB_discard_child 2 11 60 1
cbb_add_length_prefixed 3 16 108 3
CBB_add_u8_length_prefixed 1 4 22 2
CBB_add_u16_length_prefixed 1 4 22 2
CBB_add_u24_length_prefixed 1 4 22 2
CBB_add_asn1 6 18 121 3
CBB_add_bytes 2 8 48 3
CBB_add_space 3 6 41 3
CBB_add_u8 2 6 33 2
CBB_add_u16 2 6 33 2
CBB_add_u24 2 6 33 2
CBB_add_asn1_uint64 10 23 147 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_err.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ERR_load_SSL_strings 2 7 36 1
SSL_load_error_strings 1 5 14 1
SSL_state_func_code 82 169 514 1
SSL_error_internal 1 5 44 4
Source file: /home/sergeyb/sources/src/lib/libssl/s3_lib.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ssl3_num_ciphers 1 4 11 1
ssl3_get_cipher 2 7 35 1
ssl3_get_cipher_by_id 3 10 56 1
ssl3_get_cipher_by_value 1 4 15 1
ssl3_cipher_get_value 1 4 18 1
ssl3_pending 3 7 47 1
ssl3_handshake_msg_hdr_len 2 5 20 1
ssl3_handshake_msg_start 1 8 61 2
ssl3_handshake_msg_finish 2 14 103 2
ssl3_handshake_msg_start_cbb 6 20 106 4
ssl3_handshake_msg_finish_cbb 6 30 193 2
ssl3_handshake_write 1 4 16 1
ssl3_record_write 2 6 34 2
ssl3_new 3 11 91 1
ssl3_free 2 18 146 1
ssl3_clear 1 38 344 1
ssl_ctrl_get_server_tmp_key 16 51 335 2
_SSL_session_reused 1 4 15 1
_SSL_num_renegotiations 1 4 16 1
_SSL_clear_num_renegotiations 1 7 32 1
_SSL_total_renegotiations 1 4 16 1
_SSL_set_tmp_dh 4 19 102 2
_SSL_set_dh_auto 1 5 22 2
_SSL_set_tmp_ecdh 4 15 86 2
_SSL_set_ecdh_auto 1 4 14 2
_SSL_set_tlsext_host_name 4 16 86 2
_SSL_set_tlsext_debug_arg 1 5 23 2
_SSL_set_tlsext_status_type 1 5 20 2
_SSL_get_tlsext_status_exts 1 5 27 2
_SSL_set_tlsext_status_exts 1 5 26 2
_SSL_get_tlsext_status_ids 1 5 27 2
_SSL_set_tlsext_status_ids 1 5 26 2
_SSL_get_tlsext_status_ocsp_resp 1 5 29 2
_SSL_set_tlsext_status_ocsp_resp 1 7 44 3
SSL_set1_groups 1 5 38 3
SSL_set1_groups_list 1 5 33 2
ssl3_ctrl 35 74 378 4
ssl3_callback_ctrl 8 24 149 3
_SSL_CTX_set_tmp_dh 2 11 63 2
_SSL_CTX_set_dh_auto 1 5 24 2
_SSL_CTX_set_tmp_ecdh 3 11 63 2
_SSL_CTX_set_ecdh_auto 1 4 14 2
_SSL_CTX_set_tlsext_servername_arg 1 5 23 2
_SSL_CTX_get_tlsext_ticket_keys 3 13 87 3
_SSL_CTX_set_tlsext_ticket_keys 3 13 87 3
_SSL_CTX_set_tlsext_status_arg 1 5 23 2
_SSL_CTX_add_extra_chain_cert 4 10 58 2
_SSL_CTX_get_extra_chain_certs 1 5 25 2
_SSL_CTX_clear_extra_chain_certs 1 6 26 1
SSL_CTX_set1_groups 1 5 38 3
SSL_CTX_set1_groups_list 1 5 33 2
ssl3_ctx_ctrl 25 52 264 4
ssl3_ctx_callback_ctrl 7 26 174 3
ssl3_get_cipher_by_char 2 9 47 1
ssl3_put_cipher_by_char 3 9 54 2
ssl3_choose_cipher 12 41 259 3
ssl3_get_req_cert_types 10 24 147 2
ssl3_shutdown 11 29 225 1
ssl3_write 10 35 239 3
ssl3_read_internal 4 18 141 4
ssl3_read 1 4 27 3
ssl3_peek 1 4 27 3
ssl3_renegotiate 3 9 52 1
ssl3_renegotiate_check 5 15 103 1
ssl_get_algorithm2 3 8 52 1
Source file: /home/sergeyb/sources/src/lib/libssl/bio_ssl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
BIO_f_ssl 1 4 12 1
ssl_new 2 13 69 1
ssl_free 6 17 101 1
ssl_read 17 63 296 3
ssl_write 15 56 275 3
ssl_ctrl 45 171 1051 4
ssl_callback_ctrl 2 20 101 3
ssl_puts 1 7 41 2
BIO_new_buffer_ssl_connect 4 15 98 1
BIO_new_ssl_connect 4 15 100 1
BIO_new_ssl 4 18 94 2
BIO_ssl_copy_session_id 5 12 120 2
BIO_ssl_shutdown 3 12 59 1
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_txt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_SESSION_print_fp 2 13 75 2
SSL_SESSION_print 31 72 533 2
Source file: /home/sergeyb/sources/src/lib/libssl/ssl_algs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
SSL_library_init 2 38 246 1
Source file: /home/sergeyb/sources/src/lib/libssl/t1_hash.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tls1_handshake_hash_init 6 32 174 1
tls1_handshake_hash_update 2 6 46 3
tls1_handshake_hash_value 6 27 161 4
tls1_handshake_hash_free 1 5 27 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/gcc_qmul.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gcc_qmul 3 31 272 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/multc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__multc3 13 60 480 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/gcc_qdiv.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gcc_qdiv 3 33 292 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/fixunstfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunstfdi 4 30 248 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/gcc_qadd.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gcc_qadd 8 49 470 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/fixtfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixtfdi 7 50 430 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/floatunditf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunditf 1 14 124 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/gcc_qsub.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__gcc_qsub 8 49 472 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/floatditf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatditf 1 11 109 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/DD.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
local_fabs 1 5 31 1
high26bits 1 5 31 1
different_sign 1 5 59 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ppc/divtc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divtc3 15 62 815 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/x86_64/floatdidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdidf 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/x86_64/floatdixf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdixf 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/x86_64/floatdisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdisf 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/aeabi_drsub.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__aeabi_drsub 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/aeabi_div0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__aeabi_idiv0 1 3 9 1
__aeabi_ldiv0 1 3 10 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/aeabi_cfcmpeq_check_nan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__aeabi_cfcmpeq_check_nan 2 3 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/aeabi_cdcmpeq_check_nan.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__aeabi_cdcmpeq_check_nan 2 3 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/sync-ops.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/arm/aeabi_frsub.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__aeabi_frsub 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/popcountsi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__popcountsi2 1 9 91 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixxfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixxfdi 4 16 155 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_flag_test_and_set_explicit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_flag_test_and_set_explicit 1 4 27 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/multi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulddi3 1 19 207 2
__multi3 1 11 85 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/modti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__modti3 1 11 88 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivdi3 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsdfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsdfsi 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/umodsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__umodsi3 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixdfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixdfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/absvti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__absvti2 2 8 67 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_signal_fence.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_signal_fence 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/muldc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__muldc3 25 53 394 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divmodsi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divmodsi4 1 6 38 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatuntixf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatuntixf 6 38 221 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/multc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__multc3 25 48 392 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/truncdfhf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__truncdfhf2 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/trunctfdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__trunctfdf2 1 3 14 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floattidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floattidf 6 42 273 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixtfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixtfsi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ashldi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashldi3 3 20 136 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatdidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdidf 1 10 86 1
__floatdidf 6 42 273 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunstfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunstfsi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/trunctfsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__trunctfsf2 1 3 14 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/popcountti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__popcountti2 1 14 171 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/eprintf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__eprintf 1 7 45 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatundisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatundisf 6 38 215 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivmoddi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivmoddi4 25 144 1216 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/absvdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__absvdi2 2 8 67 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/extendsfdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__extendsfdf2 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixsfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixsfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/muldi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__muldsi3 1 19 207 2
__muldi3 1 11 84 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/cpu_model.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isCpuIdSupported 4 23 49 0
getX86CpuIDAndInfo 7 21 154 5
getX86CpuIDAndInfoEx 10 36 236 6
getX86XCR0 3 9 66 2
detectX86FamilyModel 4 10 89 3
getIntelProcessorTypeAndSubtype 90 229 907 6
getAMDProcessorTypeAndSubtype 35 117 429 5
getAvailableFeatures 9 30 392 3
__cpu_indicator_init 6 37 262 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/gcc_personality_v0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
readULEB128 2 14 70 1
readEncodedPointer 18 63 310 2
continueUnwind 3 6 31 2
__gcc_personality_v0 11 43 310 5
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ffsdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ffsdi2 3 12 74 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/extendhfsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__extendhfsf2 1 3 12 1
__gnu_h2f_ieee 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/comparesf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lesf2 9 18 131 2
__gesf2 9 17 131 2
__unordsf2 2 5 40 2
__eqsf2 1 3 18 2
__ltsf2 1 3 18 2
__nesf2 1 3 18 2
__gtsf2 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/modsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__modsi3 1 4 22 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_util.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
compilerrt_abort_impl 1 3 27 3
compilerrt_abort_impl 1 3 27 3
compilerrt_abort_impl 1 3 20 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subdf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subdf3 1 3 25 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunstfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunstfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divxc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divxc3 19 40 400 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatsidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatsidf 3 16 113 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divdc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divdc3 19 40 418 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulxc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulxc3 25 53 402 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/trampoline_setup.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__trampoline_setup 2 17 117 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulodi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulodi4 12 37 216 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fp_extend.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
src_rep_t_clz 3 7 45 1
srcToRep 1 4 31 1
dstFromRep 1 4 31 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixdfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixdfdi 2 7 31 1
__fixdfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subvsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subvsi3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divdi3 1 10 88 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/parityti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__parityti2 1 6 32 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsxfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsxfsi 4 11 97 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixtfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixtfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negvti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negvti2 2 7 47 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/powixf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__powixf2 5 15 66 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_types.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
make_ti 1 6 34 2
make_tu 1 6 34 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negdi2 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/popcountdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__popcountdi2 1 10 106 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatunditf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunditf 2 10 86 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivmodti4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivmodti4 25 145 1216 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/paritydi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__paritydi2 1 6 32 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulvti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulvti3 12 35 204 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divtf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divtf3 16 83 776 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ashlti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashlti3 3 20 137 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_flag_clear_explicit.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_flag_clear_explicit 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ctzti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ctzti2 1 8 76 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divdf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divdf3 16 71 628 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floattixf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floattixf 6 41 256 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/comparedf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ledf2 9 18 131 2
__gedf2 9 17 131 2
__unorddf2 2 5 40 2
__eqdf2 1 3 18 2
__ltdf2 1 3 18 2
__nedf2 1 3 18 2
__gtdf2 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/addvdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__addvdi3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/emutls.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
emutls_memalign_alloc 4 12 100 2
emutls_memalign_free 2 4 28 1
emutls_allocate_object 4 18 142 1
emutls_key_destructor 3 9 62 1
emutls_init 2 4 22 1
emutls_get_index 3 15 93 1
emutls_check_array_set_size 2 7 38 2
emutls_new_data_array_size 1 3 27 1
emutls_get_address_array 5 19 161 1
__emutls_get_address 2 7 62 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negvsi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negvsi2 2 7 47 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/umoddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__umoddi3 1 6 26 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/absvsi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__absvsi2 2 8 64 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fp_lib.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
rep_clz 1 3 13 1
wideMultiply 1 5 42 4
rep_clz 3 7 45 1
wideMultiply 1 10 134 4
rep_clz 3 19 94 1
wideMultiply 1 48 469 4
toRep 1 4 31 1
fromRep 1 4 31 1
normalize 1 5 34 1
wideLeftShift 1 4 43 3
wideRightShiftWithSticky 3 16 141 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_endianness.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negti2 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulvsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulvsi3 12 35 204 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixxfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixxfti 5 19 166 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/clzdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__clzdi2 1 8 73 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunstfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunstfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_flag_test_and_set.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_flag_test_and_set 1 3 24 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/clzsi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__clzsi2 1 17 143 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/muloti4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__muloti4 12 37 216 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsdfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsdfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatdixf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdixf 2 15 117 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunssfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunssfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/moddi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__moddi3 1 11 88 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_math.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ctzsi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ctzsi2 1 18 144 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negvdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negvdi2 2 7 47 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ucmpti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ucmpti2 5 16 99 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divsi3 1 10 84 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixsfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixsfsi 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_util.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatsisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatsisf 6 24 176 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divsf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divsf3 16 62 543 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/lshrdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lshrdi3 3 20 136 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subsf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subsf3 1 3 25 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/addtf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__addtf3 1 3 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/enable_execute_stack.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__enable_execute_stack 5 15 145 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negdf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negdf2 1 3 17 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulsc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulsc3 25 53 394 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatunsisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunsisf 5 18 153 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatditf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatditf 3 17 122 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ffsti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ffsti2 3 12 74 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatuntisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatuntisf 6 38 216 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/muldf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__muldf3 1 3 17 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/addsf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__addsf3 1 3 17 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulsf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulsf3 1 3 17 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatundixf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatundixf 2 12 85 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_flag_clear.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_flag_clear 1 3 23 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divmoddi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divmoddi4 1 6 38 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/lshrti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__lshrti3 3 20 137 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatunsidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunsidf 2 10 86 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ashrti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashrti3 3 20 148 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatuntidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatuntidf 6 39 238 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsxfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsxfti 5 16 118 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/adddf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__adddf3 1 3 17 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunssfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunssfsi 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/powitf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__powitf2 5 15 66 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/unwind-ehabi-helpers.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsdfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsdfdi 2 7 53 1
__fixunsdfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulosi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulosi4 12 37 216 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/comparetf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__letf2 9 18 131 2
__getf2 9 17 131 2
__unordtf2 2 5 41 2
__eqtf2 1 3 18 2
__lttf2 1 3 18 2
__netf2 1 3 18 2
__gttf2 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ashrdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ashrdi3 3 20 147 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
unlock 2 6 51 1
lock 2 8 59 1
unlock 1 3 13 1
lock 1 3 13 1
unlock 1 3 16 1
lock 2 6 34 1
lock_for_pointer 1 8 46 1
__atomic_load_c 1 7 49 4
__atomic_store_c 1 7 50 4
__atomic_compare_exchange_c 2 14 92 6
__atomic_exchange_c 1 8 63 5
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/truncsfhf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__truncsfhf2 1 3 12 1
__gnu_f2h_ieee 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatunsitf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatunsitf 2 10 87 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/int_lib.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__builtin_ctz 2 6 28 1
__builtin_clz 2 6 30 1
__builtin_clzll 2 6 30 1
__builtin_clzll 3 9 61 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/apple_versioning.c
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/addvsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__addvsi3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatundidf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatundidf 1 12 108 1
__floatundidf 6 39 238 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/clzti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__clzti2 1 8 76 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/clear_cache.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
clear_mips_cache 1 30 65 2
__clear_cache 14 41 376 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixsfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixsfdi 2 7 31 1
__fixsfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/cmpdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cmpdi2 5 16 99 2
__aeabi_lcmp 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divsc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divsc3 19 40 394 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/umodti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__umodti3 1 6 26 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subvti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subvti3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ctzdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ctzdi2 1 8 73 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/paritysi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__paritysi2 1 8 50 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/powisf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__powisf2 5 15 64 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fp_trunc.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
srcToRep 1 4 31 1
dstFromRep 1 4 31 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatsitf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatsitf 3 17 122 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divtc3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divtc3 19 40 406 4
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/extendsftf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__extendsftf2 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/negsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__negsf2 1 3 17 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/cmpti2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cmpti2 5 16 99 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/addvti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__addvti3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/extenddftf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__extenddftf2 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixdfsi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixdfsi 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/atomic_thread_fence.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atomic_thread_fence 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivsi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivsi3 6 30 198 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/truncdfsf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__truncdfsf2 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/multf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__multf3 1 3 18 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixtfti.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixtfti 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floatdisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floatdisf 6 41 250 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subvdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subvdi3 4 15 57 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivmodsi4.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivmodsi4 1 6 38 3
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/assembly.h
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunssfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunssfdi 2 8 58 1
__fixunssfdi 1 3 13 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/subtf3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__subtf3 1 3 26 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/mulvdi3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__mulvdi3 12 35 204 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/divti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__divti3 1 10 88 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/fixunsxfdi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__fixunsxfdi 4 11 95 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/floattisf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__floattisf 6 41 251 1
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/ucmpdi2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__ucmpdi2 5 16 99 2
__aeabi_ulcmp 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/udivti3.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__udivti3 1 4 20 2
Source file: /home/sergeyb/sources/src/lib/libcompiler_rt/powidf2.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__powidf2 5 15 64 2
Source file: /home/sergeyb/sources/src/lib/libossaudio/soundcard.h
Source file: /home/sergeyb/sources/src/lib/libossaudio/ossaudio.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_oss_ioctl 3 14 85 3
opaque_to_enum 7 17 116 3
enum_to_ord 2 6 34 2
enum_to_mask 3 10 51 2
getdevinfo 26 104 775 1
mixer_ioctl 45 147 1004 3
Source file: /home/sergeyb/sources/src/lib/libusbhid/descr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hid_get_report_desc 2 8 52 1
hid_use_report_desc 2 10 62 2
hid_dispose_report_desc 1 4 12 1
Source file: /home/sergeyb/sources/src/lib/libusbhid/usbhid.h
Source file: /home/sergeyb/sources/src/lib/libusbhid/data.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hid_get_data 8 29 207 2
hid_set_data 5 28 195 3
Source file: /home/sergeyb/sources/src/lib/libusbhid/usbvar.h
Source file: /home/sergeyb/sources/src/lib/libusbhid/usage.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dump_hid_table 3 11 94 1
hid_init 2 5 26 1
hid_start 30 119 708 1
hid_usage_page 4 12 72 1
hid_usage_in_page 7 24 176 1
hid_parse_usage_page 4 10 61 1
hid_parse_usage_in_page 6 21 159 1
Source file: /home/sergeyb/sources/src/lib/libusbhid/parse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hid_clear_local 1 13 68 1
hid_switch_rid 15 40 291 3
hid_start_parse 2 13 87 3
hid_end_parse 2 6 20 1
hid_get_byte 3 15 79 2
hid_get_item_raw 56 261 1352 2
hid_get_item 5 10 58 2
hid_report_size 7 29 178 3
hid_locate 5 14 104 5
Source file: /home/sergeyb/sources/src/lib/libskey/skey.h
Source file: /home/sergeyb/sources/src/lib/libskey/put.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
btoe 2 20 243 2
etob 11 37 314 2
put8 1 8 85 2
wsrch 7 21 126 3
insert 3 27 205 4
standard 7 16 94 1
extract 1 18 153 3
Source file: /home/sergeyb/sources/src/lib/libskey/skeysubr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keycrunch 3 16 147 3
keycrunch_md5 1 11 98 3
keycrunch_sha1 2 17 212 3
keycrunch_rmd160 1 12 108 3
f 1 4 22 1
rip 2 6 27 1
readpass 3 16 108 2
readskey 2 8 46 2
trapped 1 6 26 1
atob8 8 20 150 2
btoa8 3 9 101 2
htoi 7 10 68 1
skipspace 4 9 41 1
backspace 4 20 79 1
sevenbit 2 5 19 1
skey_set_algorithm 3 11 61 1
skey_get_algorithm 1 4 16 1
skey_echo 5 16 117 1
Source file: /home/sergeyb/sources/src/lib/libskey/skeylogin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
skeychallenge2 4 22 133 4
skeychallenge 1 4 32 3
skeygetent 25 72 581 3
skeylookup 1 5 39 2
skeygetnext 7 22 156 1
skeyverify 13 46 452 2
skey_haskey 2 11 53 1
skey_keyinfo 3 14 74 1
skey_passcheck 4 11 71 2
hash_collapse 3 12 89 1
skey_fakeprompt 12 58 486 2
skey_authenticate 4 21 145 1
skey_unlock 3 6 44 1
tgetline 17 34 233 4
Source file: /home/sergeyb/sources/src/lib/liby/yyerror.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
yyerror 1 5 25 1
Source file: /home/sergeyb/sources/src/lib/liby/main.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 1 4 12 0
Source file: /home/sergeyb/sources/src/lib/libedit/readline/history.h
Source file: /home/sergeyb/sources/src/lib/libedit/readline/readline.h
Source file: /home/sergeyb/sources/src/lib/libedit/TEST/tc1.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
prompt 2 6 33 1
sig 1 4 11 1
complete 7 26 177 2
main 32 127 953 2
Source file: /home/sergeyb/sources/src/lib/libedit/filecomplete.h
Source file: /home/sergeyb/sources/src/lib/libedit/parse.h
Source file: /home/sergeyb/sources/src/lib/libedit/search.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
search_init 2 14 99 1
search_end 1 5 25 1
regerror 1 3 9 1
el_match 9 30 210 2
c_hmatch 2 6 45 2
c_setpat 6 23 221 1
ce_inc_search 62 202 1298 2
cv_search 13 54 418 2
ce_search_line 8 32 182 2
cv_repeat_srch 4 15 96 2
cv_csearch 13 36 220 5
Source file: /home/sergeyb/sources/src/lib/libedit/historyn.c
Source file: /home/sergeyb/sources/src/lib/libedit/map.h
Source file: /home/sergeyb/sources/src/lib/libedit/tty.h
Source file: /home/sergeyb/sources/src/lib/libedit/refresh.h
Source file: /home/sergeyb/sources/src/lib/libedit/hist.h
Source file: /home/sergeyb/sources/src/lib/libedit/read.h
Source file: /home/sergeyb/sources/src/lib/libedit/tokenizer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TYPE 1 10 40 1
FUN( tok , finish) 3 10 77 1
FUN( tok , init) 6 33 225 1
FUN( tok , reset) 1 8 44 1
FUN( tok , end) 1 7 36 1
FUN( tok , line) 51 204 1064 6
FUN( tok , str) 1 9 87 4
Source file: /home/sergeyb/sources/src/lib/libedit/chared.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cv_undo 2 15 158 1
cv_yank 1 6 59 3
c_insert 5 13 101 2
c_delafter 5 15 129 2
c_delafter1 2 7 48 1
c_delbefore 5 17 133 2
c_delbefore1 2 7 50 1
ce__isword 2 4 23 1
cv__isword 4 8 35 1
cv__isWord 1 4 14 1
c__prev_word 7 14 91 4
c__next_word 7 12 85 4
cv_next_word 9 17 119 5
cv_prev_word 7 17 103 4
cv_delfini 7 28 195 1
cv__endword 6 14 93 4
ch_init 5 39 400 1
ch_reset 1 17 151 1
ch_enlargebufs 9 50 460 2
ch_end 1 16 131 1
el_winsertstr 5 14 95 2
el_deletestr 4 11 80 2
c_gets 11 51 267 3
c_hpos 4 13 78 1
ch_resizefun 1 6 34 3
Source file: /home/sergeyb/sources/src/lib/libedit/terminal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
terminal_setflags 27 34 306 1
terminal_init 6 37 267 1
terminal_end 1 15 106 1
terminal_alloc 13 45 375 3
terminal_rebuffer_display 2 10 59 1
terminal_alloc_display 9 38 272 1
terminal_free_display 5 19 106 1
terminal_move_to_line 18 50 355 2
terminal_move_to_char 20 67 433 2
terminal_overwrite 10 34 232 3
terminal_deletechars 13 26 176 2
terminal_insertwrite 16 39 276 3
terminal_clear_EOL 4 11 66 2
terminal_clear_screen 4 12 92 1
terminal_beep 2 7 35 1
terminal_get 1 4 22 2
terminal_set 14 63 528 2
terminal_get_size 10 24 151 3
terminal_change_size 4 9 66 3
terminal_init_arrow 1 28 252 1
terminal_reset_arrow 2 42 726 1
terminal_set_arrow 3 13 90 4
terminal_clear_arrow 3 11 73 2
terminal_print_arrow 5 10 98 2
terminal_bind_arrow 17 44 364 1
terminal_putc 2 6 25 1
terminal_tputs 3 7 46 3
terminal__putc 3 12 74 2
terminal__flush 1 4 18 1
terminal_writec 1 8 55 2
terminal_telltc 9 33 271 3
terminal_settc 21 59 522 3
terminal_gettc 15 36 293 3
terminal_echotc 74 195 1205 3
Source file: /home/sergeyb/sources/src/lib/libedit/search.h
Source file: /home/sergeyb/sources/src/lib/libedit/chared.h
Source file: /home/sergeyb/sources/src/lib/libedit/tokenizern.c
Source file: /home/sergeyb/sources/src/lib/libedit/sig.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sig_handler 6 34 235 1
sig_init 3 19 151 1
sig_end 1 5 21 1
sig_set 4 17 130 1
sig_clr 3 12 104 1
Source file: /home/sergeyb/sources/src/lib/libedit/tty.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tty_getty 3 7 43 2
tty_setty 3 7 49 3
tty_setup 16 52 480 1
tty_init 1 9 76 1
tty_end 5 11 69 1
tty__getspeed 2 7 35 1
tty__getcharindex 49 55 163 1
tty__getchar 25 27 302 2
tty__setchar 25 27 302 2
tty_bind_char 6 37 346 2
tty__get_flag 5 14 60 2
tty_update_flag 1 6 52 4
tty_update_flags 4 11 115 2
tty_update_char 4 7 129 3
tty_rawmode 19 51 506 1
tty_cookedmode 5 15 85 1
tty_quotemode 4 14 100 1
tty_noquotemode 4 12 74 1
tty_stty 38 140 1014 3
tty_printchar 7 16 134 2
tty_setup_flags 2 8 60 3
Source file: /home/sergeyb/sources/src/lib/libedit/el.h
Source file: /home/sergeyb/sources/src/lib/libedit/el.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
el_init 8 41 289 4
el_end 2 22 121 1
el_reset 1 5 18 1
el_wset 42 168 889 3
el_wget 21 98 528 3
el_wline 1 4 23 1
el_source 19 50 316 2
el_resize 2 11 87 1
el_beep 1 4 13 1
el_editmode 6 20 124 3
Source file: /home/sergeyb/sources/src/lib/libedit/sys.h
Source file: /home/sergeyb/sources/src/lib/libedit/terminal.h
Source file: /home/sergeyb/sources/src/lib/libedit/sig.h
Source file: /home/sergeyb/sources/src/lib/libedit/prompt.h
Source file: /home/sergeyb/sources/src/lib/libedit/hist.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
hist_init 2 12 84 1
hist_end 1 5 25 1
hist_set 1 6 34 3
hist_get 14 41 367 1
hist_command 8 22 210 3
hist_enlargebuf 2 13 88 3
hist_convert 2 8 76 3
Source file: /home/sergeyb/sources/src/lib/libedit/prompt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
prompt_default 1 5 27 1
prompt_default_r 1 5 27 1
prompt_print 6 27 172 2
prompt_init 1 12 83 1
prompt_end 1 3 14 1
prompt_set 6 21 120 5
prompt_get 5 15 79 4
Source file: /home/sergeyb/sources/src/lib/libedit/readline.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_get_prompt 1 5 21 1
_move_history 2 10 49 1
_getc_function 2 9 52 2
_resize_fun 1 7 47 2
_default_history_file 3 12 67 1
rl_set_prompt 7 16 89 1
rl_initialize 14 56 362 1
readline 13 40 228 1
using_history 3 5 20 1
_rl_compat_sub 10 38 224 4
get_history_event 45 100 641 3
_history_expand_command 78 216 1416 4
history_expand 31 95 620 2
history_arg_extract 19 43 323 3
history_tokenize 18 52 346 1
stifle_history 6 20 118 1
unstifle_history 1 9 35 1
history_is_stifled 1 4 11 1
history_truncate_file 34 124 725 2
read_history 6 10 71 1
write_history 6 10 71 1
history_get 8 25 181 1
add_history 4 11 73 1
remove_history 6 17 110 1
replace_history_entry 10 28 192 3
clear_history 1 7 30 1
where_history 4 13 80 1
current_history 2 4 16 1
history_total_bytes 3 16 107 1
history_set_pos 4 15 93 1
previous_history 2 8 30 1
next_history 2 8 30 1
history_search 6 17 124 2
history_search_prefix 2 6 36 2
history_search_pos 11 22 173 3
tilde_expand 1 4 14 1
filename_completion_function 1 4 20 2
username_completion_function 8 17 108 2
_el_rl_tstp 1 5 36 2
rl_display_match_list 1 4 31 3
_rl_completion_append_character_function 1 8 39 1
rl_complete 4 22 124 2
_el_rl_complete 1 4 29 2
rl_bind_key 4 11 57 2
rl_read_key 3 7 39 1
rl_reset_terminal 3 6 34 1
rl_insert 4 11 64 2
rl_insert_text 6 10 59 1
rl_newline 1 4 18 2
rl_bind_wrapper 3 10 51 2
rl_add_defun 3 11 103 3
rl_callback_read_char 11 21 162 0
rl_callback_handler_install 2 9 46 2
rl_callback_handler_remove 1 5 19 1
rl_redisplay 1 7 43 1
rl_get_previous_history 2 9 45 2
rl_prep_terminal 1 4 16 1
rl_deprep_terminal 1 4 15 1
rl_read_init_file 1 4 17 1
rl_parse_and_bind 2 11 64 1
rl_variable_bind 2 4 37 2
rl_stuff_char 1 7 34 1
_rl_event_read_char 13 35 230 2
_rl_update_pos 1 6 46 1
rl_get_screen_size 3 7 42 2
rl_set_screen_size 1 8 76 2
rl_completion_matches 16 50 405 2
rl_filename_completion_function 1 4 20 2
rl_forced_update_display 1 4 13 1
_rl_abort_internal 1 5 18 1
_rl_qsort_string_compare 1 4 22 2
history_get_history_state 2 8 38 1
rl_kill_text 1 4 13 2
rl_make_bare_keymap 1 4 9 1
rl_get_keymap 1 4 9 1
rl_set_keymap 1 3 7 1
rl_generic_bind 1 4 23 4
rl_bind_key_in_map 1 4 17 3
rl_cleanup_after_signal 1 3 6 1
rl_on_new_line 1 4 9 1
rl_set_keyboard_input_timeout 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libedit/chartype.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ct_conv_buff_resize 5 24 154 3
ct_encode_string 8 29 170 2
ct_decode_string 7 19 123 2
ct_decode_argv 8 31 214 3
ct_enc_width 5 13 50 1
ct_encode_char 3 12 64 3
ct_visual_string 8 44 233 1
ct_visual_width 8 23 85 1
ct_visual_char 12 37 251 3
ct_chr_class 6 13 56 1
Source file: /home/sergeyb/sources/src/lib/libedit/filecomplete.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
fn_tilde_expand 10 39 281 1
fn_filename_completion_function 29 93 569 2
append_char_function 6 14 83 1
completion_matches 10 44 284 2
_fn_qsort_string_compare 1 6 60 2
fn_display_match_list 6 22 181 4
fn_complete 30 101 744 11
_el_fn_complete 1 6 47 2
Source file: /home/sergeyb/sources/src/lib/libedit/refresh.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
re_printstr 2 7 68 4
re_nextline 3 17 166 1
re_addc 8 30 169 2
re_putc 7 23 210 3
re_refresh 21 91 867 1
re_goto_bottom 1 7 36 1
re_insert 8 32 270 6
re_delete 5 24 160 5
re__strncopy 3 5 31 3
re_clear_eol 5 15 96 4
re_update_line 62 258 2013 4
re__copy_and_pad 4 12 72 3
re_refresh_cursor 13 47 293 1
re_fastputc 9 36 301 2
re_fastaddc 11 34 188 1
re_clear_display 2 9 66 1
re_clear_lines 3 15 91 1
Source file: /home/sergeyb/sources/src/lib/libedit/emacs.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
em_delete_or_list 5 20 121 2
em_delete_next_word 4 15 160 2
em_yank 5 19 181 2
em_kill_line 2 12 97 2
em_kill_region 5 23 210 2
em_copy_region 5 20 158 2
em_gosmacs_transpose 2 10 82 2
em_next_word 4 15 98 2
em_upper_case 4 13 120 2
em_capitol_case 7 21 164 2
em_lower_case 4 13 120 2
em_set_mark 1 5 34 2
em_exchange_mark 1 8 56 2
em_universal_argument 2 8 49 2
em_meta_next 1 5 28 2
em_toggle_overwrite 2 6 40 2
em_copy_prev_word 4 14 130 2
em_inc_search_next 1 5 33 2
em_inc_search_prev 1 5 33 2
em_delete_prev_char 4 13 100 2
Source file: /home/sergeyb/sources/src/lib/libedit/vi.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
cv_action 6 23 188 2
cv_paste 7 18 163 2
vi_paste_next 1 4 25 2
vi_paste_prev 1 4 25 2
vi_prev_big_word 3 14 88 2
vi_prev_word 3 14 88 2
vi_next_big_word 4 13 102 2
vi_next_word 4 13 102 2
vi_change_case 6 21 142 2
vi_change_meta 1 4 27 2
vi_insert_at_bol 1 7 49 2
vi_replace_char 2 9 62 2
vi_replace_mode 1 7 45 2
vi_substitute_char 1 6 43 2
vi_substitute_line 1 9 75 2
vi_change_to_eol 1 9 75 2
vi_insert 1 6 37 2
vi_add 3 14 98 2
vi_add_at_eol 1 7 49 2
vi_delete_meta 1 4 25 2
vi_end_big_word 3 13 95 2
vi_end_word 3 13 95 2
vi_undo 2 15 162 2
vi_command_mode 3 11 89 2
vi_zero 3 11 64 2
vi_delete_prev_char 2 8 49 2
vi_list_or_eof 4 18 92 2
vi_kill_line_prev 2 12 107 2
vi_search_prev 1 4 25 2
vi_search_next 1 4 25 2
vi_repeat_search_next 2 7 43 2
vi_repeat_search_prev 3 9 51 2
vi_next_char 1 4 36 2
vi_prev_char 1 4 36 2
vi_to_next_char 1 4 36 2
vi_to_prev_char 1 4 36 2
vi_repeat_next_char 1 5 47 2
vi_repeat_prev_char 1 9 68 2
vi_match 9 33 231 2
vi_undo_line 1 5 28 2
vi_to_column 1 6 44 2
vi_yank_end 1 6 48 2
vi_yank 1 4 25 2
vi_comment_out 1 8 58 2
vi_alias 5 17 104 2
vi_to_history_line 6 29 203 2
vi_histedit 12 74 473 2
vi_history_word 16 38 274 2
vi_redo 5 19 181 2
Source file: /home/sergeyb/sources/src/lib/libedit/parse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
parse_line 1 11 64 2
el_wparse 8 32 233 3
parse__escape 32 91 409 1
parse__string 9 26 125 2
parse_cmd 3 9 73 2
Source file: /home/sergeyb/sources/src/lib/libedit/map.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
map_init 10 33 295 1
map_end 1 14 100 1
map_init_nls 3 8 48 1
map_init_meta 12 33 218 1
map_init_vi 2 19 135 1
map_init_emacs 2 23 170 1
map_set_editor 3 12 60 2
map_get_editor 4 14 61 2
map_print_key 5 16 144 3
map_print_some_keys 8 55 411 4
map_print_all_keys 5 26 235 1
map_bind 30 126 756 3
map_addfunc 6 22 202 4
Source file: /home/sergeyb/sources/src/lib/libedit/read.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
read_init 3 16 109 1
read_end 1 6 34 1
el_read_setfn 2 5 29 2
el_read_getfn 2 5 22 1
read__fixio 15 27 132 2
el_wpush 4 12 83 2
read_getcmd 11 41 221 3
read_char 13 60 302 2
read_pop 2 9 64 1
read_clearmacros 2 6 36 1
el_wgetc 7 25 161 2
read_prepare 5 15 85 1
read_finish 3 7 41 1
el_wgets 54 163 1073 2
Source file: /home/sergeyb/sources/src/lib/libedit/eln.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
el_getc 3 17 78 2
el_push 1 4 28 2
el_gets 5 17 113 2
el_parse 2 12 73 3
el_set 32 129 774 3
el_get 19 71 443 3
el_line 3 17 132 1
el_insertstr 1 4 29 2
Source file: /home/sergeyb/sources/src/lib/libedit/history.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
TYPE 1 14 43 1
history_def_first 2 12 72 2
history_def_last 2 12 72 2
history_def_next 3 15 97 2
history_def_prev 4 16 107 2
history_def_curr 3 12 72 2
history_def_set 7 19 145 3
history_set_nth 5 17 116 3
history_def_add 3 22 194 3
history_deldata_nth 4 14 107 4
history_def_del 2 11 93 3
history_def_delete 4 17 125 3
history_def_insert 3 22 174 3
history_def_enter 7 12 123 3
history_def_init 3 18 138 3
history_def_clear 2 8 63 2
FUN( history , init) 3 23 143 1
FUN( history , end) 2 8 46 1
history_setsize 3 13 73 3
history_getsize 3 13 75 2
history_setunique 2 9 54 3
history_getunique 2 9 53 2
history_set_fun 14 37 289 2
history_load 11 48 305 2
history_save_fp 7 37 240 2
history_save 2 10 62 2
history_prev_event 3 9 71 3
history_next_evdata 4 12 98 4
history_next_event 3 9 71 3
history_prev_string 3 10 88 3
history_next_string 3 10 88 3
FUNW( history) 36 145 960 4
Source file: /home/sergeyb/sources/src/lib/libedit/common.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ed_end_of_file 1 6 34 2
ed_insert 11 27 196 2
ed_delete_prev_word 4 16 168 2
ed_delete_next_char 10 29 207 2
ed_kill_line 2 11 85 2
ed_move_to_end 4 12 73 2
ed_move_to_beg 4 13 85 2
ed_transpose_chars 4 16 127 2
ed_next_char 8 18 135 2
ed_prev_word 4 15 98 2
ed_prev_char 5 15 110 2
ed_quoted_insert 2 11 57 2
ed_digit 5 17 101 2
ed_argument_digit 4 15 91 2
ed_unassigned 1 4 20 2
ed_ignore 1 5 26 2
ed_newline 1 7 44 2
ed_delete_prev_char 3 10 86 2
ed_clear_screen 1 6 30 2
ed_redisplay 1 5 26 2
ed_start_over 1 5 25 2
ed_sequence_lead_in 1 5 26 2
ed_prev_history 5 24 174 2
ed_next_history 3 15 99 2
ed_search_prev_history 14 47 341 2
ed_search_next_history 13 34 259 2
ed_prev_line 11 20 154 2
ed_next_line 8 16 120 2
ed_command 3 12 95 2
Source file: /home/sergeyb/sources/src/lib/libedit/keymacro.h
Source file: /home/sergeyb/sources/src/lib/libedit/tokenizer.h
Source file: /home/sergeyb/sources/src/lib/libedit/chartype.h
Source file: /home/sergeyb/sources/src/lib/libedit/config.h
Source file: /home/sergeyb/sources/src/lib/libedit/keymacro.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
keymacro_init 2 10 61 1
keymacro_end 1 6 34 1
keymacro_map_cmd 1 5 32 2
keymacro_map_str 1 5 30 2
keymacro_reset 1 6 29 1
keymacro_get 1 4 32 3
keymacro_add 5 18 119 4
keymacro_clear 7 11 106 3
keymacro_delete 3 12 73 2
keymacro_print 4 10 78 2
node_trav 6 23 132 4
node__try 15 49 295 5
node__delete 11 38 227 3
node__put 7 23 118 2
node__get 2 13 66 1
node__free 2 8 35 1
node_lookup 9 37 234 4
node_enum 6 29 228 3
keymacro_kprint 9 36 253 4
keymacro__decode_str 9 35 235 4
Source file: /home/sergeyb/sources/src/lib/libedit/histedit.h
Source file: /home/sergeyb/sources/src/lib/libfuse/debug.h
Source file: /home/sergeyb/sources/src/lib/libfuse/dict.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dict_check 2 7 65 2
dict_set 4 15 131 3
dict_get 3 9 83 2
dict_pop 3 13 105 2
dictentry_cmp 1 4 26 2
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse_subr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
alloc_vn 6 32 210 4
ref_vn 1 4 14 1
unref_vn 3 10 66 2
set_vn 8 28 217 2
remove_vnode_from_name_tree 6 25 143 2
get_vn_by_name_and_parent 4 15 99 3
build_realname 8 33 196 2
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ifuse_sighdlr 3 7 28 1
ifuse_try_unmount 3 16 78 1
ifuse_child_exit 4 12 90 1
fuse_loop 20 91 575 1
fuse_mount 9 42 237 2
fuse_unmount 4 7 43 2
fuse_is_lib_option 1 4 19 1
fuse_chan_fd 2 6 28 1
fuse_get_session 1 4 17 1
fuse_loop_mt 1 4 16 1
fuse_new 6 27 195 5
fuse_daemonize 2 6 26 1
fuse_destroy 2 9 47 1
fuse_remove_signal_handlers 1 7 38 1
fuse_set_signal_handlers 1 8 43 1
dump_help 1 8 17 1
dump_version 1 4 15 1
ifuse_process_opt 13 60 316 4
fuse_parse_cmdline 8 22 146 4
fuse_get_context 1 4 11 1
fuse_version 1 4 11 1
fuse_teardown 3 7 39 2
fuse_invalidate 1 4 21 2
fuse_setup 5 25 165 7
fuse_main 2 8 68 4
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse_opt.h
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse_ops.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
update_attr 6 19 160 4
ifuse_ops_init 2 12 64 1
ifuse_ops_getattr 3 21 151 2
ifuse_ops_access 3 19 120 2
ifuse_ops_open 4 24 157 2
ifuse_ops_opendir 6 36 248 2
ifuse_fill_readdir 9 46 316 4
ifuse_fill_getdir 2 11 78 4
ifuse_ops_readdir 13 65 465 2
ifuse_ops_releasedir 5 29 196 2
ifuse_ops_release 3 24 158 2
ifuse_ops_lookup 9 42 314 2
ifuse_ops_read 6 40 252 2
ifuse_ops_write 4 36 231 2
ifuse_ops_mkdir 4 28 187 2
ifuse_ops_rmdir 3 21 131 2
ifuse_ops_readlink 6 37 241 2
ifuse_ops_unlink 3 21 131 2
ifuse_ops_statfs 3 20 136 2
ifuse_ops_link 4 31 185 2
ifuse_ops_setattr 20 69 532 2
ifuse_ops_symlink 3 26 178 2
ifuse_ops_rename 5 39 247 2
ifuse_ops_destroy 3 11 65 1
ifuse_ops_reclaim 2 8 51 2
ifuse_ops_mknod 4 30 200 2
ifuse_exec_opcode 24 85 414 2
Source file: /home/sergeyb/sources/src/lib/libfuse/tree.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tree_check 1 6 37 2
tree_set 3 14 95 3
tree_get 2 10 61 2
tree_pop 2 12 77 2
treeentry_cmp 3 8 50 2
Source file: /home/sergeyb/sources/src/lib/libfuse/debug.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ifuse_debug_init 5 9 52 1
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse.h
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse_opt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
free_argv 2 7 40 2
alloc_argv 5 21 134 1
match_opt 27 49 289 2
add_opt 4 15 92 2
fuse_opt_add_opt 3 8 49 2
fuse_opt_add_opt_escaped 13 41 221 2
fuse_opt_add_arg 1 4 28 2
parse_opt 18 50 422 5
fuse_opt_parse 24 77 510 4
fuse_opt_insert_arg 9 29 204 3
fuse_opt_free_args 2 9 47 1
fuse_opt_match 5 12 73 2
Source file: /home/sergeyb/sources/src/lib/libfuse/fuse_private.h
Source file: /home/sergeyb/sources/src/lib/libpcap/ppp.h
Source file: /home/sergeyb/sources/src/lib/libpcap/gencode.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bpf_error 2 10 56 2
newchunk 5 22 136 1
freechunks 2 9 46 0
sdup 1 8 44 1
new_block 1 9 47 1
new_stmt 1 8 41 1
gen_retblk 1 7 32 1
syntax 1 4 10 0
pcap_compile 10 33 196 5
pcap_compile_nopcap 9 33 185 6
pcap_freecode 2 8 42 1
backpatch 3 15 71 2
merge 3 8 60 2
finish_parse 5 21 115 1
gen_and 1 10 67 2
gen_or 1 9 58 2
gen_not 1 5 20 1
gen_cmp 1 13 74 3
gen_cmp_gt 1 13 74 3
gen_mcmp 2 14 81 4
gen_mcmp_nl 2 14 81 4
gen_bcmp 7 33 259 3
nl2X_stmt 4 32 180 1
gen_cmp_nl 2 20 120 3
init_linktype 21 85 294 1
gen_uncond 1 11 56 1
gen_true 1 4 11 0
gen_false 1 4 11 0
gen_linktype 31 75 408 1
gen_hostop 6 35 206 6
gen_hostop6 6 44 346 6
gen_ehostop 6 26 130 2
gen_fhostop 8 28 162 2
gen_dnhostop 6 55 403 3
gen_host 23 63 304 4
gen_host6 22 54 226 4
gen_gateway 9 33 172 4
gen_proto_abbrev 28 82 408 1
gen_ipfrag 2 19 112 0
iphl_to_x 3 30 204 1
gen_portatom 1 15 88 2
gen_portatom6 1 6 26 2
gen_portop 6 31 186 3
gen_port 4 23 112 3
gen_portop6 6 29 173 3
gen_port6 4 23 112 3
lookup_proto 7 26 104 2
gen_protochain 11 205 1707 3
gen_proto 26 68 324 3
gen_scode 50 166 925 2
gen_mcode 6 30 176 4
gen_ncode 20 64 353 3
gen_mcode6 14 45 337 4
gen_ecode 8 15 107 2
sappend 2 7 34 2
xfer_to_x 1 8 38 1
xfer_to_a 1 8 38 1
gen_load 28 86 474 3
gen_relation 7 36 227 4
gen_loadlen 1 12 79 0
gen_loadi 1 16 95 1
gen_neg 1 14 87 1
gen_arth 1 18 131 3
alloc_reg 3 13 54 0
free_reg 1 5 16 1
gen_len 1 11 59 2
gen_greater 1 5 17 1
gen_less 1 8 31 1
gen_byteop 6 32 195 3
gen_broadcast 8 30 180 1
gen_multicast 8 39 228 1
gen_inbound 5 22 103 1
gen_pf_ifname 3 17 101 1
gen_pf_ruleset 3 14 97 1
gen_pf_rnr 2 11 55 1
gen_pf_srnr 2 10 52 1
gen_pf_reason 2 11 55 1
gen_pf_action 2 11 55 1
gen_p80211_type 4 15 90 2
gen_ahostop 6 24 125 2
gen_acode 5 10 65 2
gen_vlan 5 31 138 1
gen_p80211_fcdir 4 16 87 1
gen_p80211_hostop 11 85 556 2
gen_p80211_addr 1 8 62 3
Source file: /home/sergeyb/sources/src/lib/libpcap/pcap.h
Source file: /home/sergeyb/sources/src/lib/libpcap/llc.h
Source file: /home/sergeyb/sources/src/lib/libpcap/pcap-int.h
Source file: /home/sergeyb/sources/src/lib/libpcap/pcap-namedb.h
Source file: /home/sergeyb/sources/src/lib/libpcap/fad-getad.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
dup_sockaddr 2 7 47 2
get_instance 5 16 100 1
add_or_find_if 20 84 508 6
add_addr_to_iflist 16 77 461 12
pcap_findalldevs 12 59 332 2
Source file: /home/sergeyb/sources/src/lib/libpcap/optimize.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_levels_r 3 18 107 1
find_levels 1 7 39 1
find_dom 6 22 157 1
propedom 2 9 64 1
find_edom 4 18 145 1
find_closure 4 17 130 1
atomuse 16 28 152 1
atomdef 9 19 81 1
compute_local_ud 13 37 241 1
find_ud 5 18 135 1
init_val 1 7 46 0
F 8 27 195 3
vstore 3 11 48 4
fold_op 11 44 173 3
this_op 3 7 34 1
opt_not 1 7 38 1
opt_peep 41 126 934 1
opt_stmt 67 161 1228 3
deadstmt 5 23 112 2
opt_deadstores 5 16 124 1
opt_blk 17 45 365 2
use_conflict 5 13 79 2
fold_edge 8 26 157 2
opt_j 9 31 203 1
or_pullup 21 61 416 1
and_pullup 21 61 416 1
opt_blks 8 26 173 2
link_inedge 1 7 32 2
find_inedges 4 14 105 1
opt_root 5 15 130 1
opt_loop 6 19 88 2
bpf_optimize 1 12 54 1
make_marks 3 11 57 1
mark_code 1 6 20 1
eq_slist 10 18 121 2
eq_blk 5 10 81 2
intern_blocks 13 40 256 1
opt_cleanup 1 10 68 0
slength 3 9 43 1
count_blocks 3 8 49 1
number_blks_r 3 13 66 1
count_stmts 3 10 71 1
opt_init 17 86 584 1
convert_code_r 34 114 754 1
icode_to_fcode 4 21 100 2
opt_dump 1 10 63 1
Source file: /home/sergeyb/sources/src/lib/libpcap/ethertype.h
Source file: /home/sergeyb/sources/src/lib/libpcap/pcap-bpf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pcap_stats 2 12 80 2
pcap_read 16 64 376 4
pcap_inject 1 4 30 3
pcap_sendpacket 2 4 36 3
bpf_open 5 17 85 1
get_dlt_list 5 25 185 4
pcap_can_set_rfmon 4 11 52 1
pcap_cleanup_bpf 12 61 353 1
pcap_close 1 6 27 1
check_setif_failure 3 14 84 2
pcap_activate 24 116 732 1
monitor_mode 18 90 548 2
find_802_11 5 20 92 1
pcap_create 3 23 146 2
pcap_open_live 10 37 215 5
pcap_setfilter 6 22 187 2
pcap_setdirection 5 24 111 2
pcap_set_datalink 7 26 170 2
Source file: /home/sergeyb/sources/src/lib/libpcap/nametoaddr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pcap_nametoaddr 3 16 101 1
pcap_nametoaddrinfo 2 13 70 1
pcap_nametonetaddr 2 8 36 1
pcap_nametoport 8 30 164 3
pcap_nametoproto 2 9 36 1
pcap_nametoeproto 3 10 52 1
pcap_nametollc 3 10 52 1
xdtoi 3 10 44 1
__pcap_atoin 5 18 90 2
__pcap_atodn 2 9 72 2
pcap_ether_aton 5 19 105 1
pcap_ether_hostton 7 27 146 1
pcap_ether_hostton 3 12 76 1
__pcap_nametodnaddr 3 13 88 1
Source file: /home/sergeyb/sources/src/lib/libpcap/etherent.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xdtoi 3 10 44 1
skip_space 3 9 38 1
skip_line 3 9 35 1
pcap_next_etherent 15 53 305 1
Source file: /home/sergeyb/sources/src/lib/libpcap/gencode.h
Source file: /home/sergeyb/sources/src/lib/libpcap/inet.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pcap_freealldevs 3 20 120 1
pcap_lookupdev 23 103 744 1
pcap_lookupnet 10 53 369 4
Source file: /home/sergeyb/sources/src/lib/libpcap/savefile.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sf_write_header 2 14 97 4
swap_hdr 1 9 75 1
pcap_open_offline 6 21 115 2
pcap_fopen_offline 12 62 369 2
sf_next_packet 12 53 401 4
pcap_offline_read 8 22 149 4
pcap_dump 1 7 73 3
pcap_setup_dump 3 11 87 3
pcap_dump_open 4 15 92 2
pcap_dump_fopen 1 4 24 2
pcap_dump_file 1 4 17 1
pcap_dump_ftell 1 4 20 1
pcap_dump_flush 2 7 33 1
pcap_dump_close 3 6 37 1
Source file: /home/sergeyb/sources/src/lib/libpcap/bpf_image.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bpf_image 47 202 876 2
Source file: /home/sergeyb/sources/src/lib/libpcap/pcap.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
pcap_dispatch 2 6 56 4
pcap_loop 7 20 111 4
pcap_oneshot 1 6 45 3
pcap_next 2 8 55 2
pcap_fakecallback 1 7 46 3
pcap_next_ex 3 18 115 3
pcap_check_activated 2 9 35 1
pcap_set_snaplen 2 7 30 2
pcap_set_promisc 2 7 32 2
pcap_set_rfmon 2 7 32 2
pcap_set_timeout 2 7 32 2
pcap_set_buffer_size 2 7 32 2
pcap_breakloop 1 4 14 1
pcap_datalink 1 4 15 1
pcap_list_datalinks 4 24 175 2
pcap_free_datalinks 1 4 13 1
pcap_datalink_name_to_val 3 9 66 1
pcap_datalink_val_to_name 3 9 58 1
pcap_datalink_val_to_description 3 9 56 1
pcap_snapshot 1 4 15 1
pcap_is_swapped 1 4 17 1
pcap_major_version 1 4 17 1
pcap_minor_version 1 4 17 1
pcap_file 1 4 17 1
pcap_fileno 1 4 15 1
pcap_perror 1 4 25 2
pcap_get_selectable_fd 1 4 15 1
pcap_geterr 1 4 15 1
pcap_getnonblock 3 14 74 2
pcap_setnonblock 4 20 118 3
pcap_statustostr 15 36 156 1
pcap_strerror 3 11 77 1
pcap_close_all 2 6 26 1
pcap_do_addexit 3 12 55 1
pcap_add_to_pcaps_to_close 1 5 20 1
pcap_remove_from_pcaps_to_close 4 15 84 1
pcap_open_dead 2 11 58 2
pcap_offline_filter 2 9 60 3
pcap_lib_version 1 4 11 1
Source file: /home/sergeyb/sources/src/lib/libexpat/examples/outline.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
start 3 13 98 3
end 1 6 26 2
main 6 32 179 2
Source file: /home/sergeyb/sources/src/lib/libexpat/examples/elements.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
startElement 2 10 69 3
endElement 1 6 33 2
main 3 24 149 2
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmltok_impl.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmltok.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmlparse.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
XML_ParserCreate 1 4 19 1
XML_ParserCreateNS 1 6 33 2
generate_hash_secret_salt 1 7 30 1
get_hash_secret_salt 2 5 28 1
startParsing 3 9 43 1
XML_ParserCreate_MM 1 6 31 3
parserCreate 16 94 597 4
parserInit 3 69 440 2
moveToFreeBindingList 2 9 43 2
XML_ParserReset 6 36 219 2
XML_SetEncoding 6 16 99 2
XML_ExternalEntityParserCreate 15 129 666 3
destroyBindings 3 11 53 2
XML_ParserFree 14 53 346 1
XML_UseParserAsHandlerArg 2 5 19 1
XML_UseForeignDTD 5 10 52 2
XML_SetReturnNSTriplet 5 8 48 2
XML_SetUserData 3 9 46 2
XML_SetBase 4 14 65 2
XML_GetBase 2 6 21 1
XML_GetSpecifiedAttributeCount 2 6 22 1
XML_GetIdAttributeIndex 2 6 22 1
XML_GetAttributeInfo 2 6 21 1
XML_SetElementHandler 2 9 33 3
XML_SetStartElementHandler 2 5 22 2
XML_SetEndElementHandler 2 5 22 2
XML_SetCharacterDataHandler 2 6 22 2
XML_SetProcessingInstructionHandler 2 6 22 2
XML_SetCommentHandler 2 6 22 2
XML_SetCdataSectionHandler 2 9 33 3
XML_SetStartCdataSectionHandler 2 5 22 2
XML_SetEndCdataSectionHandler 2 5 22 2
XML_SetDefaultHandler 2 8 30 2
XML_SetDefaultHandlerExpand 2 8 30 2
XML_SetDoctypeDeclHandler 2 9 33 3
XML_SetStartDoctypeDeclHandler 2 5 22 2
XML_SetEndDoctypeDeclHandler 2 5 22 2
XML_SetUnparsedEntityDeclHandler 2 6 22 2
XML_SetNotationDeclHandler 2 6 22 2
XML_SetNamespaceDeclHandler 2 9 33 3
XML_SetStartNamespaceDeclHandler 2 5 22 2
XML_SetEndNamespaceDeclHandler 2 5 22 2
XML_SetNotStandaloneHandler 2 6 22 2
XML_SetExternalEntityRefHandler 2 6 22 2
XML_SetExternalEntityRefHandlerArg 3 9 39 2
XML_SetSkippedEntityHandler 2 6 22 2
XML_SetUnknownEncodingHandler 2 9 34 3
XML_SetElementDeclHandler 2 6 22 2
XML_SetAttlistDeclHandler 2 6 22 2
XML_SetEntityDeclHandler 2 6 22 2
XML_SetXmlDeclHandler 2 5 22 2
XML_SetParamEntityParsing 5 11 55 2
XML_SetHashSalt 5 12 66 2
XML_Parse 30 118 744 4
XML_ParseBuffer 12 51 276 3
XML_GetBuffer 22 83 619 2
XML_StopParser 8 28 114 2
XML_ResumeParser 8 34 185 1
XML_GetParsingStatus 2 7 33 2
XML_GetErrorCode 2 6 21 1
XML_GetCurrentByteIndex 3 8 47 1
XML_GetCurrentByteCount 4 8 43 1
XML_GetInputContext 7 16 107 3
XML_GetCurrentLineNumber 4 10 69 1
XML_GetCurrentColumnNumber 4 10 67 1
XML_FreeContentModel 2 5 24 2
XML_MemMalloc 2 6 27 2
XML_MemRealloc 2 6 33 3
XML_MemFree 2 5 24 2
XML_DefaultCurrent 4 14 68 1
XML_ErrorString 43 90 392 1
XML_ExpatVersion 1 3 16 1
XML_ExpatVersionInfo 1 8 30 1
XML_GetFeatureList 9 20 142 1
storeRawNames 7 29 232 1
contentProcessor 3 13 75 4
externalEntityInitProcessor 2 11 58 4
externalEntityInitProcessor2 8 33 164 4
externalEntityInitProcessor3 9 45 206 4
externalEntityContentProcessor 3 13 75 4
doContent 116 416 2594 7
freeBindings 3 12 74 2
storeAtts 81 304 2272 5
addBinding 36 97 769 5
cdataSectionProcessor 4 21 117 4
doCdataSection 27 103 563 6
ignoreSectionProcessor 3 15 88 4
doIgnoreSection 11 56 256 6
initializeEncoding 8 24 158 1
processXmlDecl 25 85 449 4
handleUnknownEncoding 9 37 209 2
prologInitProcessor 2 11 58 4
externalParEntInitProcessor 3 18 97 4
entityValueInitProcessor 16 53 276 4
externalParEntProcessor 9 33 175 4
entityValueProcessor 9 32 147 4
prologProcessor 1 10 76 4
doProlog 280 903 5171 8
epilogProcessor 19 64 311 4
processInternalEntity 8 50 323 3
internalEntityProcessor 10 50 360 4
errorProcessor 1 7 36 4
storeAttributeValue 6 14 96 6
appendAttributeValue 46 127 688 6
storeEntityValue 38 139 727 4
normalizeLines 7 21 98 1
reportProcessingInstruction 5 27 180 4
reportComment 4 20 118 4
reportDefault 5 26 220 4
defineAttribute 13 42 269 6
setElementTypePrefix 8 27 192 2
getAttributeId 21 59 455 4
getContext 25 65 446 1
setContext 20 58 426 2
normalizePublicId 9 20 104 1
dtdCreate 3 27 205 1
dtdReset 5 34 244 2
dtdDestroy 6 24 178 3
dtdCopy 26 107 846 4
copyEntityTable 15 63 353 4
keyeq 3 7 38 2
keylen 2 6 28 1
copy_salt_to_sipkey 1 5 33 2
hash 1 11 74 2
lookup 20 74 621 4
hashTableClear 2 9 57 1
hashTableDestroy 2 7 51 1
hashTableInit 1 8 43 2
hashTableIterInit 1 5 33 2
hashTableIterNext 3 9 42 1
poolInit 1 9 49 2
poolClear 3 18 90 1
poolDestroy 3 15 76 1
poolAppend 7 14 112 4
poolCopyString 3 10 51 2
poolCopyStringN 5 13 77 3
poolAppendString 3 9 42 2
poolStoreString 4 10 74 4
poolBytesToAllocateFor 4 16 90 1
poolGrow 15 79 587 1
nextScaffoldPart 10 44 295 1
build_node 5 36 233 5
build_model 2 16 116 1
getElementType 5 22 136 4
copyString 3 15 80 2
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/siphash.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
sip_tokey 1 5 55 2
sip_tobin 1 4 26 2
sip_round 2 19 173 2
sip24_init 1 10 104 2
sip24_update 5 18 138 3
sip24_final 9 20 226 1
siphash24 1 5 43 3
sip24_valid 3 79 1312 1
main 2 8 33 1
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/winconfig.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/ascii.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmlrole.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/asciitab.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/expat.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/utf8tab.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmlrole.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
prolog0 9 35 141 5
prolog1 8 29 111 5
prolog2 5 19 79 5
doctype0 4 16 70 5
doctype1 7 28 123 5
doctype2 3 15 67 5
doctype3 3 15 67 5
doctype4 4 18 79 5
doctype5 3 15 67 5
internalSubset 12 53 211 5
externalSubset0 2 11 55 5
externalSubset1 8 28 115 5
entity0 4 18 79 5
entity1 3 15 67 5
entity2 6 26 117 5
entity3 3 15 67 5
entity4 3 15 67 5
entity5 5 21 86 5
entity6 3 16 73 5
entity7 6 26 117 5
entity8 3 15 67 5
entity9 3 15 67 5
entity10 3 15 66 5
notation0 3 15 67 5
notation1 5 22 99 5
notation2 3 15 67 5
notation3 3 16 73 5
notation4 4 19 84 5
attlist0 4 16 70 5
attlist1 5 19 81 5
attlist2 7 39 178 5
attlist3 5 17 73 5
attlist4 4 18 79 5
attlist5 3 15 67 5
attlist6 3 15 67 5
attlist7 4 18 79 5
attlist8 7 38 150 5
attlist9 3 15 67 5
element0 4 16 70 5
element1 6 28 129 5
element2 10 38 149 5
element3 5 23 103 5
element4 4 16 70 5
element5 4 19 85 5
element6 8 28 118 5
element7 12 46 215 5
condSect0 5 22 99 5
condSect1 3 16 73 5
condSect2 3 15 67 5
declClose 3 15 70 5
error 1 8 44 5
common 4 7 34 2
XmlPrologStateInit 2 7 32 1
XmlPrologStateInitExternalEntity 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/latin1tab.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmltok.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isNever 1 4 23 2
utf8_isName2 1 4 31 2
utf8_isName3 1 4 31 2
utf8_isNmstrt2 1 4 31 2
utf8_isNmstrt3 1 4 31 2
utf8_isInvalid2 1 4 29 2
utf8_isInvalid3 1 4 29 2
utf8_isInvalid4 1 4 29 2
sb_byteType 1 4 22 2
sb_byteToAscii 1 4 18 2
sb_charMatches 1 4 23 3
_INTERNAL_trim_to_complete_utf8_characters 9 33 190 2
utf8_toUtf8 5 32 160 5
utf8_toUtf16 11 58 405 5
latin1_toUtf8 6 23 155 5
latin1_toUtf16 5 11 86 5
ascii_toUtf8 5 11 79 5
unicode_byte_type 12 17 76 2
little2_byteType 1 4 21 2
little2_byteToAscii 1 4 22 2
little2_charMatches 1 4 27 3
little2_isNameMin 1 4 22 2
little2_isNmstrtMin 1 4 22 2
big2_byteType 1 4 21 2
big2_byteToAscii 1 4 22 2
big2_charMatches 1 4 27 3
big2_isNameMin 1 4 22 2
big2_isNmstrtMin 1 4 22 2
streqci 8 16 85 2
initUpdatePosition 1 5 40 4
toAscii 2 10 65 3
isSpace 5 11 31 1
parsePseudoAttribute 26 83 443 7
doParseXmlDecl 27 89 521 11
checkCharRefNumber 14 17 86 1
XmlUtf8Encode 6 33 276 2
XmlUtf16Encode 4 16 100 2
XmlSizeOfUnknownEncoding 1 4 13 1
unknown_isName 2 8 63 2
unknown_isNmstrt 2 8 63 2
unknown_isInvalid 2 6 53 2
unknown_toUtf8 6 31 200 5
unknown_toUtf16 6 22 162 5
XmlInitUnknownEncoding 21 77 662 4
getEncodingIndex 4 18 92 1
initScan 37 89 497 6
XmlInitUnknownEncodingNS 2 10 57 4
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/internal.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmltok_impl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
PREFIX( scanComment) 7 34 194 4
PREFIX( scanDecl) 16 41 226 4
PREFIX( checkPiTarget) 9 41 170 4
PREFIX( scanPi) 12 56 328 4
PREFIX( scanCdataSection) 3 16 116 4
PREFIX( cdataSectionTok) 18 62 346 4
PREFIX( scanEndTag) 13 40 225 4
PREFIX( scanHexCharRef) 8 28 140 4
PREFIX( scanCharRef) 7 28 165 4
PREFIX( scanRef) 4 25 149 4
PREFIX( scanAtts) 40 138 639 4
PREFIX( scanLt) 24 88 501 4
PREFIX( contentTok) 29 85 514 4
PREFIX( scanPercent) 7 26 146 4
PREFIX( scanPoundName) 9 24 140 4
PREFIX( scanLit) 12 30 154 5
PREFIX( prologTok) 79 200 1093 4
PREFIX( attributeValueTok) 15 55 293 4
PREFIX( entityValueTok) 15 53 302 4
PREFIX( ignoreSectionTok) 11 49 284 4
PREFIX( isPublicId) 29 51 212 4
PREFIX( getAtts) 34 74 409 4
PREFIX( charRefNumber) 28 41 275 2
PREFIX( predefinedEntityName) 18 52 290 3
PREFIX( nameMatchesAscii) 4 12 81 4
PREFIX( nameLength) 10 20 92 2
PREFIX( skipS) 5 14 54 2
PREFIX( updatePosition) 6 27 155 4
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/expat_external.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/xmltok_ns.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
NS( XmlGetUtf8InternalEncoding) 1 4 14 1
NS( XmlGetUtf16InternalEncoding) 4 9 57 1
NS( initScanProlog) 1 6 47 4
NS( initScanContent) 1 6 47 4
NS( XmlInitEncoding) 2 14 96 3
NS( findEncoding) 5 16 109 3
NS( XmlParseXmlDecl) 1 23 79 10
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/nametab.h
Source file: /home/sergeyb/sources/src/lib/libexpat/lib/iasciitab.h
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/benchmark/benchmark.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
usage 1 6 26 2
main 15 81 516 2
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/chardata.h
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/runtestspp.cpp
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/minicheck.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
suite_create 2 8 44 1
tcase_create 2 8 44 1
suite_add_tcase 1 8 49 2
tcase_add_checked_fixture 1 8 33 3
tcase_add_test 2 14 97 2
tcase_free 2 8 29 1
suite_free 3 12 55 1
srunner_create 2 8 39 1
_check_set_test_info 1 6 29 3
add_failure 2 8 35 2
srunner_run_all 9 41 232 2
_fail_unless 3 8 77 4
srunner_ntests_failed 1 5 20 1
srunner_free 2 8 29 1
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/runtests.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
basic_setup 2 6 24 1
basic_teardown 2 7 23 1
_xml_failure 1 15 75 3
_XML_Parse_SINGLE_BYTES 5 17 115 4
_expect_failure 3 8 73 5
dummy_xdecl_handler 1 5 33 4
dummy_start_doctype_handler 1 8 45 5
dummy_end_doctype_handler 1 4 15 1
dummy_entity_decl_handler 1 12 75 9
dummy_notation_decl_handler 1 8 47 5
dummy_element_decl_handler 1 7 34 3
dummy_attlist_decl_handler 1 9 53 6
dummy_comment_handler 1 4 23 2
dummy_pi_handler 1 4 31 3
dummy_start_element 1 5 31 3
dummy_end_element 1 2 19 2
dummy_start_cdata_handler 1 4 15 1
dummy_end_cdata_handler 1 4 15 1
dummy_cdata_handler 1 4 25 3
dummy_start_namespace_decl_handler 1 6 31 3
dummy_end_namespace_decl_handler 1 5 23 2
dummy_unparsed_entity_decl_handler 1 9 55 6
dummy_default_handler 1 4 25 3
dummy_start_doctype_decl_handler 1 8 45 5
dummy_end_doctype_decl_handler 1 4 15 1
dummy_skip_handler 1 6 29 3
external_entity_optioner 4 26 136 5
param_entity_match_handler 7 24 122 9
START_TEST 3 8 52 1
START_TEST 1 6 15 1
START_TEST 2 5 18 1
START_TEST 3 21 136 1
START_TEST 2 6 36 1
START_TEST 2 6 38 1
START_TEST 2 6 38 1
START_TEST 2 6 38 1
accumulate_characters 1 4 29 3
accumulate_attribute 4 11 73 3
_run_character_check 2 11 81 4
_run_attribute_check 2 11 81 4
ext_accumulate_characters 1 5 37 3
_run_ext_character_check 2 15 91 5
START_TEST 2 11 41 1
START_TEST 2 11 41 1
START_TEST 2 11 41 1
START_TEST 2 11 41 1
START_TEST 2 9 41 1
START_TEST 2 7 40 1
START_TEST 4 17 97 1
START_TEST 5 45 303 1
START_TEST 3 20 96 1
START_TEST 4 20 97 1
START_TEST 1 10 30 1
START_TEST 2 9 40 1
START_TEST 2 24 114 1
START_TEST 1 9 23 1
START_TEST 2 60 186 1
START_TEST 1 42 112 1
START_TEST 3 17 78 1
START_TEST 3 14 76 1
start_element_event_handler2 1 9 50 3
end_element_event_handler2 1 8 42 2
START_TEST 2 34 242 1
START_TEST 3 16 78 1
START_TEST 3 17 78 1
START_TEST 2 25 54 1
START_TEST 3 33 98 1
start_element_event_handler 1 6 35 3
end_element_event_handler 1 6 45 2
START_TEST 2 12 78 1
is_whitespace_normalized 13 25 128 2
testhelper_is_whitespace_normalized 1 22 264 1
check_attr_contains_normalized_whitespace 6 21 146 3
START_TEST 2 20 54 1
START_TEST 1 8 17 1
START_TEST 1 6 15 1
START_TEST 1 6 15 1
START_TEST 1 7 16 1
UnknownEncodingHandler 3 13 85 3
START_TEST 2 10 47 1
dummy_release 1 3 11 1
UnrecognisedEncodingHandler 1 9 44 3
START_TEST 2 12 47 1
external_entity_loader 5 26 141 5
START_TEST 2 17 67 1
START_TEST 1 10 33 1
START_TEST 2 19 69 1
external_entity_faulter 6 25 154 5
START_TEST 1 19 56 1
START_TEST 1 18 62 1
START_TEST 2 7 37 1
START_TEST 1 5 15 1
START_TEST 1 9 24 1
START_TEST 1 17 57 1
START_TEST 1 14 57 1
START_TEST 1 14 53 1
reject_not_standalone_handler 1 4 14 1
START_TEST 1 22 87 1
accept_not_standalone_handler 1 4 14 1
START_TEST 1 19 84 1
START_TEST 1 11 25 1
START_TEST 2 39 126 1
START_TEST 1 24 107 1
verify_attlist_decl_handler 11 21 148 6
START_TEST 5 65 239 1
START_TEST 2 9 38 1
START_TEST 2 11 40 1
clearing_aborting_character_handler 1 6 39 3
START_TEST 3 10 61 1
START_TEST 5 14 98 1
parser_stop_character_handler 8 21 132 3
START_TEST 4 24 141 1
START_TEST 3 22 158 1
START_TEST 2 17 87 1
START_TEST 2 17 87 1
START_TEST 3 58 255 1
START_TEST 3 20 99 1
START_TEST 3 16 61 1
START_TEST 3 44 288 1
START_TEST 4 74 410 1
START_TEST 1 9 33 1
START_TEST 4 16 82 1
START_TEST 5 29 164 1
record_default_handler 1 6 38 3
record_cdata_handler 1 7 43 3
record_cdata_nodefault_handler 1 6 38 3
record_skip_handler 2 7 42 3
START_TEST 7 64 440 1
START_TEST 2 13 47 1
START_TEST 6 30 159 1
START_TEST 2 19 79 1
START_TEST 1 19 65 1
START_TEST 6 31 160 1
external_entity_null_loader 1 8 45 5
START_TEST 2 13 65 1
START_TEST 1 11 44 1
START_TEST 5 15 100 1
counting_start_element_handler 14 46 259 3
START_TEST 2 32 194 1
START_TEST 4 21 103 1
START_TEST 4 13 75 1
START_TEST 4 16 86 1
START_TEST 2 13 78 1
external_entity_resetter 8 41 229 5
START_TEST 2 11 52 1
entity_suspending_decl_handler 3 12 72 3
external_entity_suspender 3 21 118 5
START_TEST 2 11 52 1
entity_suspending_xdecl_handler 1 9 52 4
external_entity_suspend_xmldecl 8 33 192 5
START_TEST 2 15 57 1
START_TEST 2 15 57 1
external_entity_suspending_faulter 7 32 213 5
START_TEST 2 34 115 1
START_TEST 7 19 136 1
cr_cdata_handler 4 6 55 3
START_TEST 5 22 129 1
external_entity_cr_catcher 3 18 106 5
external_entity_bad_cr_catcher 4 20 120 5
START_TEST 5 28 146 1
rsqb_handler 3 6 45 3
START_TEST 7 33 206 1
external_entity_rsqb_catcher 4 20 120 5
START_TEST 3 18 79 1
external_entity_good_cdata_ascii 3 24 141 5
START_TEST 2 14 53 1
xml_decl_handler 3 11 53 4
param_check_skip_handler 2 8 36 3
data_check_comment_handler 3 8 48 2
external_entity_param_checker 3 23 113 5
START_TEST 8 38 195 1
external_entity_ref_param_checker 4 19 114 5
START_TEST 3 24 130 1
START_TEST 8 23 174 1
get_feature 4 13 67 2
START_TEST 8 23 160 1
START_TEST 4 13 86 1
START_TEST 6 14 92 1
START_TEST 4 11 68 1
byte_character_handler 8 23 140 3
START_TEST 3 15 108 1
START_TEST 2 16 102 1
external_entity_param 9 39 206 5
START_TEST 1 10 37 1
START_TEST 2 17 63 1
external_entity_load_ignore 3 17 99 5
START_TEST 2 23 128 1
external_entity_load_ignore_utf16 3 20 104 5
START_TEST 2 25 132 1
external_entity_load_ignore_utf16_be 3 20 104 5
START_TEST 2 25 132 1
START_TEST 2 36 123 1
external_entity_valuer 12 46 249 5
START_TEST 3 85 219 1
external_entity_not_standalone 8 37 204 5
START_TEST 1 10 37 1
external_entity_value_aborter 8 36 196 5
START_TEST 2 13 55 1
START_TEST 1 11 33 1
START_TEST 1 20 77 1
START_TEST 1 9 26 1
START_TEST 3 15 61 1
START_TEST 3 15 61 1
record_element_start_handler 1 6 37 3
START_TEST 3 24 100 1
START_TEST 3 22 68 1
external_entity_public 6 27 162 5
START_TEST 2 18 69 1
START_TEST 3 20 95 1
START_TEST 1 21 61 1
external_entity_devaluer 7 27 157 5
START_TEST 3 19 123 1
aborting_xdecl_handler 1 8 47 4
START_TEST 5 15 98 1
selective_aborting_default_handler 4 12 72 3
START_TEST 3 13 78 1
START_TEST 1 9 50 1
START_TEST 2 11 64 1
START_TEST 1 6 22 1
START_TEST 4 11 68 1
START_TEST 2 16 50 1
start_element_suspender 3 9 64 3
START_TEST 4 25 145 1
START_TEST 4 16 74 1
element_decl_suspender 1 7 37 3
START_TEST 3 23 121 1
START_TEST 5 12 84 1
START_TEST 1 8 23 1
START_TEST 1 8 23 1
START_TEST 2 7 36 1
START_TEST 2 16 50 1
START_TEST 2 18 71 1
external_entity_oneshot_loader 3 21 120 5
START_TEST 2 18 70 1
START_TEST 2 18 70 1
START_TEST 4 27 129 1
START_TEST 1 10 25 1
START_TEST 1 10 25 1
START_TEST 3 14 57 1
START_TEST 1 10 25 1
START_TEST 2 13 78 1
START_TEST 2 13 78 1
accumulate_pi_characters 1 10 72 3
START_TEST 2 13 78 1
START_TEST 2 13 78 1
START_TEST 2 13 78 1
START_TEST 3 16 92 1
START_TEST 3 16 92 1
accumulate_comment 1 6 33 2
START_TEST 2 15 82 1
START_TEST 2 15 82 1
failing_converter 1 4 23 2
prefix_converter 2 6 52 2
MiscEncodingHandler 16 37 312 3
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 1 8 33 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 2 18 90 1
START_TEST 2 18 90 1
START_TEST 1 9 32 1
START_TEST 1 8 33 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
START_TEST 1 9 32 1
external_entity_loader2 7 32 172 5
ext2_accumulate_characters 1 5 37 3
START_TEST 3 27 123 1
START_TEST 3 27 123 1
START_TEST 3 26 123 1
START_TEST 3 26 120 1
START_TEST 3 31 126 1
START_TEST 3 31 126 1
external_entity_faulter2 6 25 151 5
START_TEST 1 19 55 1
START_TEST 3 27 120 1
START_TEST 2 7 40 1
START_TEST 2 7 40 1
record_element_end_handler 1 7 45 2
START_TEST 2 14 80 1
START_TEST 2 14 81 1
START_TEST 2 15 82 1
START_TEST 1 6 22 1
accumulate_entity_decl 1 16 112 9
START_TEST 3 23 97 1
START_TEST 1 10 25 1
START_TEST 3 13 56 1
START_TEST 1 9 32 1
START_TEST 3 12 55 1
START_TEST 1 8 23 1
START_TEST 1 8 23 1
START_TEST 1 8 23 1
START_TEST 1 19 71 1
START_TEST 3 16 92 1
START_TEST 3 16 92 1
START_TEST 2 29 122 1
START_TEST 2 29 122 1
START_TEST 1 6 22 1
START_TEST 1 6 22 1
START_TEST 1 6 22 1
START_TEST 1 6 22 1
START_TEST 1 10 25 1
START_TEST 1 10 25 1
START_TEST 1 10 25 1
START_TEST 1 10 25 1
START_TEST 1 10 25 1
checking_default_handler 4 14 93 3
START_TEST 4 31 134 1
START_TEST 2 8 43 1
namespace_setup 2 6 29 1
namespace_teardown 1 4 10 1
triplet_start_checker 3 16 108 3
triplet_end_checker 2 10 65 2
START_TEST 6 35 172 1
overwrite_start_checker 2 13 98 3
overwrite_end_checker 1 7 57 2
run_ns_tagname_overwrite_test 2 11 71 2
START_TEST 1 18 61 1
START_TEST 1 19 68 1
start_element_fail 1 5 32 3
start_ns_clearing_start_element 1 6 34 3
START_TEST 2 10 62 1
external_entity_handler 3 25 137 5
START_TEST 2 17 70 1
START_TEST 1 11 25 1
START_TEST 1 9 23 1
START_TEST 1 13 27 1
START_TEST 2 18 76 1
START_TEST 3 15 55 1
START_TEST 2 13 52 1
START_TEST 1 10 24 1
START_TEST 2 9 37 1
START_TEST 1 7 22 1
START_TEST 1 7 22 1
START_TEST 4 15 83 1
START_TEST 2 21 85 1
START_TEST 2 10 38 1
START_TEST 2 11 39 1
START_TEST 2 13 59 1
START_TEST 1 18 69 1
START_TEST 3 80 133 1
START_TEST 1 8 33 1
START_TEST 1 7 22 1
START_TEST 1 7 22 1
START_TEST 1 7 22 1
START_TEST 1 7 22 1
START_TEST 2 15 82 1
START_TEST 3 15 91 1
START_TEST 3 22 106 1
START_TEST 1 8 23 1
START_TEST 1 8 23 1
duff_allocator 3 8 31 1
duff_reallocator 3 8 37 2
START_TEST 5 17 90 1
START_TEST 5 16 93 1
START_TEST 1 4 11 1
START_TEST 3 7 43 1
parse_version 14 33 198 2
versions_equal 3 7 41 2
START_TEST 7 16 108 1
START_TEST 7 22 97 1
START_TEST 2 16 72 1
START_TEST 3 19 104 1
alloc_setup 2 13 48 1
alloc_teardown 1 4 10 1
START_TEST 5 21 99 1
long_encoding_handler 2 12 69 3
START_TEST 5 39 125 1
START_TEST 5 24 102 1
START_TEST 5 24 102 1
START_TEST 5 37 115 1
START_TEST 5 22 100 1
START_TEST 5 24 102 1
external_entity_duff_loader 5 26 125 5
START_TEST 2 16 68 1
START_TEST 5 27 124 1
external_entity_dbl_handler 8 51 257 5
START_TEST 2 17 63 1
external_entity_dbl_handler_2 5 36 188 5
START_TEST 5 31 128 1
external_entity_alloc_set_encoding 4 25 127 5
START_TEST 5 25 106 1
unknown_released_encoding_handler 3 15 84 3
START_TEST 5 23 105 1
START_TEST 6 63 253 1
START_TEST 5 14 73 1
START_TEST 5 15 80 1
START_TEST 6 24 131 1
external_entity_reallocator 4 23 153 5
START_TEST 5 24 111 1
START_TEST 5 42 114 1
START_TEST 6 49 162 1
START_TEST 5 59 154 1
START_TEST 6 45 138 1
START_TEST 5 41 119 1
external_entity_alloc 2 17 101 5
START_TEST 6 26 137 1
START_TEST 5 29 130 1
START_TEST 5 46 147 1
START_TEST 5 40 118 1
START_TEST 5 40 118 1
START_TEST 6 63 162 1
START_TEST 6 44 134 1
START_TEST 6 44 134 1
START_TEST 6 35 155 1
START_TEST 6 35 155 1
START_TEST 6 34 124 1
START_TEST 6 36 126 1
START_TEST 6 24 114 1
START_TEST 6 24 114 1
START_TEST 5 37 109 1
START_TEST 5 18 91 1
START_TEST 5 18 91 1
START_TEST 5 37 109 1
START_TEST 5 37 109 1
START_TEST 1 37 81 1
START_TEST 5 43 138 1
START_TEST 5 43 138 1
START_TEST 5 32 104 1
START_TEST 5 35 108 1
START_TEST 6 47 215 1
START_TEST 5 43 140 1
START_TEST 5 44 141 1
START_TEST 5 66 183 1
nsalloc_setup 2 14 60 1
nsalloc_teardown 1 4 10 1
START_TEST 5 22 103 1
START_TEST 16 43 313 1
START_TEST 5 71 144 1
START_TEST 5 55 128 1
START_TEST 5 38 111 1
START_TEST 5 80 234 1
START_TEST 5 21 94 1
START_TEST 5 32 141 1
START_TEST 6 27 125 1
START_TEST 5 71 144 1
START_TEST 5 71 144 1
START_TEST 6 109 201 1
START_TEST 5 66 139 1
START_TEST 5 50 167 1
context_realloc_test 5 25 140 1
START_TEST 1 28 40 1
START_TEST 1 28 40 1
START_TEST 1 28 40 1
START_TEST 1 28 40 1
START_TEST 1 28 40 1
START_TEST 1 27 39 1
START_TEST 1 28 40 1
START_TEST 5 66 183 1
START_TEST 6 100 229 1
START_TEST 5 47 156 1
START_TEST 5 65 224 1
START_TEST 5 33 150 1
make_suite 1 352 2439 1
main 8 25 179 2
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/minicheck.h
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/memcheck.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
tracking_malloc 4 24 118 1
find_allocation 3 10 46 1
tracking_free 5 22 107 1
tracking_realloc 8 42 211 2
tracking_report 3 12 57 1
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/structdata.h
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/memcheck.h
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/structdata.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xmlstrdup 1 8 54 1
StructData_Init 1 7 33 1
StructData_AddItem 2 24 137 5
StructData_CheckItems 7 36 213 3
StructData_Dispose 2 8 56 1
Source file: /home/sergeyb/sources/src/lib/libexpat/tests/chardata.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
xmlstrlen 2 8 36 1
CharData_Init 1 5 22 1
CharData_AppendXMLChars 5 19 154 3
CharData_CheckXMLChars 4 19 118 2
Source file: /home/sergeyb/sources/src/lib/libexpat/expat_config.h
Source file: /home/sergeyb/sources/src/lib/csu/m88k/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/hppa/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/i386/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/sparc64/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/alpha/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/amd64/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/powerpc/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/sh/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/arm/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/aarch64/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/mips64/md_init.h
Source file: /home/sergeyb/sources/src/lib/csu/crtbeginS.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
atexit 1 4 36 1
pthread_atfork 1 4 46 3
__ctors 4 13 72 1
__dtors 2 6 28 1
_do_init 4 10 39 1
_do_fini 3 10 36 1
Source file: /home/sergeyb/sources/src/lib/csu/crtbegin.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__register_frame_info 1 3 14 2
__ctors 4 13 72 1
__dtors 2 6 28 1
__do_init 4 13 57 1
__do_fini 2 8 25 1
Source file: /home/sergeyb/sources/src/lib/csu/boot.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_dl_boot_bind 27 88 704 3
_reloc_alpha_got 6 23 150 2
Source file: /home/sergeyb/sources/src/lib/csu/extern.h
Source file: /home/sergeyb/sources/src/lib/csu/crtendS.c
Source file: /home/sergeyb/sources/src/lib/csu/crt0.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
___start 3 10 60 1
Source file: /home/sergeyb/sources/src/lib/csu/os-note-elf.h
Source file: /home/sergeyb/sources/src/lib/csu/crtend.c
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_set_gsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_set_gsbase 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_get_gsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_get_gsbase 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_set_fsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_set_fsbase 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_vm86.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_vm86 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_iopl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_iopl 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libarch/i386/i386_get_fsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
i386_get_fsbase 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libarch/alpha/io.h
Source file: /home/sergeyb/sources/src/lib/libarch/alpha/io.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ioperm 4 18 118 3
inb 1 4 15 1
inw 1 4 15 1
inl 1 4 15 1
outb 1 4 19 2
outw 1 4 19 2
outl 1 4 19 2
map_memory 1 4 20 2
unmap_memory 1 4 20 2
readb 1 4 21 2
readw 1 4 21 2
readl 1 4 21 2
writeb 1 5 31 3
writew 1 5 31 3
writel 1 5 31 3
writeb_nb 1 4 25 3
writew_nb 1 4 25 3
writel_nb 1 4 25 3
dense_base 3 15 93 1
Source file: /home/sergeyb/sources/src/lib/libarch/alpha/bwx.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bwx_open_mem 4 11 56 1
bwx_close_mem 2 7 25 1
bwx_init 3 14 115 1
bwx_ioperm 7 27 187 3
bwx_inb 1 5 19 1
bwx_inw 1 5 19 1
bwx_inl 1 5 19 1
bwx_outb 1 6 27 2
bwx_outw 1 6 27 2
bwx_outl 1 6 27 2
bwx_map_memory 5 34 225 2
bwx_unmap_memory 1 9 61 2
bwx_readb 1 5 28 2
bwx_readw 1 5 28 2
bwx_readl 1 5 28 2
bwx_writeb 1 5 32 3
bwx_writew 1 5 32 3
bwx_writel 1 5 32 3
Source file: /home/sergeyb/sources/src/lib/libarch/amd64/amd64_set_fsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
amd64_set_fsbase 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libarch/amd64/amd64_get_fsbase.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
amd64_get_fsbase 1 4 16 1
Source file: /home/sergeyb/sources/src/lib/libarch/amd64/amd64_iopl.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
amd64_iopl 1 6 26 1
Source file: /home/sergeyb/sources/src/lib/libarch/arm/arm_drain_writebuf.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
arm_drain_writebuf 1 4 13 0
Source file: /home/sergeyb/sources/src/lib/libarch/arm/arm_sync_icache.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
arm_sync_icache 1 9 39 2
Source file: /home/sergeyb/sources/src/lib/libevent/event_tagging.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
evtag_init 3 7 35 1
encode_int 4 19 167 2
evtag_encode_tag 4 16 91 2
decode_tag_internal 6 23 137 3
evtag_decode_tag 1 4 25 2
evtag_marshal 1 7 43 4
evtag_marshal_int 1 8 56 3
evtag_marshal_string 1 4 31 3
evtag_marshal_timeval 1 8 62 3
decode_int_internal 7 25 179 3
evtag_decode_int 2 4 33 2
evtag_peek 1 4 25 2
evtag_peek_length 3 16 100 2
evtag_payload_length 3 15 93 2
evtag_consume 3 10 63 1
evtag_unmarshal 5 16 117 3
evtag_unmarshal_int 6 21 146 3
evtag_unmarshal_fixed 4 12 89 4
evtag_unmarshal_string 4 13 103 3
evtag_unmarshal_timeval 5 16 113 3
Source file: /home/sergeyb/sources/src/lib/libevent/evbuffer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bufferevent_add 2 10 54 2
bufferevent_read_pressure_cb 4 9 75 4
bufferevent_readcb 14 49 324 3
bufferevent_writecb 13 36 225 3
bufferevent_new 4 21 164 5
bufferevent_setcb 1 8 46 5
bufferevent_setfd 2 11 94 2
bufferevent_priority_set 3 8 59 2
bufferevent_free 1 8 44 1
bufferevent_write 4 10 76 3
bufferevent_write_buffer 2 8 53 2
bufferevent_read 3 10 66 3
bufferevent_enable 5 13 85 2
bufferevent_disable 5 13 77 2
bufferevent_settimeout 3 9 75 3
bufferevent_setwatermark 3 14 84 4
bufferevent_base_set 2 10 64 2
Source file: /home/sergeyb/sources/src/lib/libevent/event-internal.h
Source file: /home/sergeyb/sources/src/lib/libevent/select.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
select_init 4 11 83 1
check_selectop 4 20 159 1
select_dispatch 13 48 344 3
select_resize 8 48 387 2
select_add 9 32 216 2
select_del 5 21 137 2
select_dealloc 1 13 85 2
Source file: /home/sergeyb/sources/src/lib/libevent/log.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
event_err 1 8 45 3
event_warn 1 7 37 2
event_errx 1 8 46 3
event_warnx 1 7 38 2
event_msgx 1 7 38 2
_event_debugx 1 7 38 2
_warn_helper 4 17 111 4
event_set_log_callback 1 4 11 1
event_log 2 5 23 2
Source file: /home/sergeyb/sources/src/lib/libevent/buffer.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
evbuffer_new 1 6 29 1
evbuffer_free 1 5 21 1
evbuffer_add_buffer 7 21 165 2
evbuffer_add_vprintf 7 29 210 3
evbuffer_add_printf 1 9 53 3
evbuffer_remove 2 9 58 3
evbuffer_readline 10 26 184 1
evbuffer_readln 24 74 431 3
evbuffer_align 1 6 38 1
evbuffer_expand 9 33 210 2
evbuffer_add 5 14 121 3
evbuffer_drain 4 16 106 2
evbuffer_read 14 28 224 3
evbuffer_write 3 11 66 2
evbuffer_find 4 14 103 3
evbuffer_setcb 1 7 43 3
Source file: /home/sergeyb/sources/src/lib/libevent/evsignal.h
Source file: /home/sergeyb/sources/src/lib/libevent/poll.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
poll_init 4 10 64 1
poll_check_ok 6 27 209 1
poll_dispatch 19 53 366 3
poll_add 15 85 543 2
poll_del 8 37 285 2
poll_dealloc 1 11 71 2
Source file: /home/sergeyb/sources/src/lib/libevent/evutil.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
evutil_socketpair 1 4 31 4
evutil_make_socket_nonblocking 3 13 70 1
evutil_strtoll 1 4 29 3
evutil_snprintf 1 9 52 4
evutil_vsnprintf 1 6 45 4
evutil_issetugid 1 4 11 1
evutil_getenv 2 6 24 1
Source file: /home/sergeyb/sources/src/lib/libevent/event.h
Source file: /home/sergeyb/sources/src/lib/libevent/event.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
detect_monotonic 2 6 26 1
gettime 4 16 98 2
event_init 2 7 30 1
event_base_new 7 26 205 1
event_base_free 14 46 334 1
event_reinit 8 28 197 1
event_priority_init 1 4 15 1
event_base_priority_init 8 26 196 2
event_haveevents 1 4 18 1
event_process_active 8 29 182 1
event_dispatch 1 4 14 1
event_base_dispatch 1 4 19 1
event_base_get_method 1 5 23 1
event_loopexit_cb 1 5 27 3
event_loopexit 1 5 27 1
event_base_loopexit 1 5 34 2
event_loopbreak 1 4 14 1
event_base_loopbreak 2 7 32 1
event_loop 1 4 15 1
event_base_loop 16 59 343 2
event_once_cb 1 6 42 3
event_once 1 5 50 5
event_base_once 8 34 241 6
event_set 2 16 106 5
event_base_set 2 8 49 2
event_priority_set 4 9 57 2
event_pending 6 19 156 3
event_add 17 45 338 2
event_del 7 26 170 1
event_active 2 11 62 3
timeout_next 4 21 156 2
timeout_correct 4 23 146 2
timeout_process 4 16 96 1
event_queue_remove 6 24 141 3
event_queue_insert 7 28 150 3
event_get_version 1 4 11 1
event_get_method 1 4 15 1
event_asr_dispatch 3 19 144 3
event_asr_run 2 17 116 3
event_asr_abort 1 6 29 1
Source file: /home/sergeyb/sources/src/lib/libevent/min_heap.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
min_heap_elem_greater 1 4 30 2
min_heap_ctor 1 1 26 1
min_heap_dtor 2 1 21 1
min_heap_elem_init 1 1 16 1
min_heap_empty 1 1 15 1
min_heap_size 1 1 13 1
min_heap_top 2 1 20 1
min_heap_push 2 7 45 2
min_heap_pop 2 11 56 1
min_heap_erase 4 15 115 2
min_heap_reserve 5 15 95 2
min_heap_shift_up_ 3 11 94 3
min_heap_shift_down_ 4 14 126 3
Source file: /home/sergeyb/sources/src/lib/libevent/kqueue.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
kq_init 8 32 217 1
kq_insert 6 30 202 2
kq_sighandler 1 3 7 1
kq_dispatch 19 68 427 3
kq_add 12 52 392 2
kq_del 11 45 342 2
kq_dealloc 3 11 80 2
Source file: /home/sergeyb/sources/src/lib/libevent/signal.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
evsignal_cb 3 10 64 3
evsignal_init 3 20 175 1
_evsignal_set_handler 5 37 293 3
evsignal_add 7 24 175 1
_evsignal_restore_handler 2 14 84 2
evsignal_del 3 12 107 1
evsignal_handler 2 14 71 1
evsignal_process 5 21 141 1
evsignal_dealloc 8 25 200 1
Source file: /home/sergeyb/sources/src/lib/libevent/evutil.h
Source file: /home/sergeyb/sources/src/lib/libevent/log.h
Source file: /home/sergeyb/sources/src/lib/libcxx/docs/conf.py
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/xlocale/__strtonum_fallback.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtof_l 1 4 24 3
strtod_l 1 4 24 3
strtold_l 1 4 24 3
strtoll_l 1 3 29 4
strtoull_l 1 3 29 4
wcstoll_l 1 3 29 4
wcstoull_l 1 3 29 4
wcstold_l 1 4 24 3
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/xlocale/__posix_l_fallback.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isalnum_l 1 3 16 2
isalpha_l 1 3 16 2
isblank_l 1 3 16 2
iscntrl_l 1 3 16 2
isdigit_l 1 3 16 2
isgraph_l 1 3 16 2
islower_l 1 3 16 2
isprint_l 1 3 16 2
ispunct_l 1 3 16 2
isspace_l 1 3 16 2
isupper_l 1 3 16 2
isxdigit_l 1 3 16 2
iswalnum_l 1 3 16 2
iswalpha_l 1 3 16 2
iswblank_l 1 3 16 2
iswcntrl_l 1 3 16 2
iswdigit_l 1 3 16 2
iswgraph_l 1 3 16 2
iswlower_l 1 3 16 2
iswprint_l 1 3 16 2
iswpunct_l 1 3 16 2
iswspace_l 1 3 16 2
iswupper_l 1 3 16 2
iswxdigit_l 1 3 16 2
toupper_l 1 3 16 2
tolower_l 1 3 16 2
towupper_l 1 3 16 2
towlower_l 1 3 16 2
strcoll_l 1 4 25 3
strxfrm_l 1 4 29 4
strftime_l 1 5 37 5
wcscoll_l 1 4 25 3
wcsxfrm_l 1 4 29 4
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/xlocale/__nop_locale_mgmt.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
duplocale 1 3 9 1
freelocale 1 2 6 1
newlocale 1 3 15 3
uselocale 1 3 9 1
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/solaris/wchar.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/solaris/xlocale.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoll_l 1 4 29 4
strtol_l 1 4 29 4
strtoull_l 1 4 29 4
strtoul_l 1 4 29 4
strtof_l 1 4 24 3
strtod_l 1 4 24 3
strtold_l 1 4 24 3
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/solaris/floatingpoint.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/musl/xlocale.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtoll_l 1 4 28 4
strtoull_l 1 4 28 4
wcstoll_l 1 4 28 4
wcstoull_l 1 5 28 4
wcstold_l 1 4 23 3
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/newlib/xlocale.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/android/locale_bionic.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/win32/locale_win32.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
MB_CUR_MAX_L 1 5 20 1
islower_l 1 4 21 2
isupper_l 1 4 21 2
isblank_l 2 4 20 2
iswblank_l 2 4 22 2
isblank 2 2 20 2
iswblank 2 2 22 2
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/win32/limits_win32.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/win32/support.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strtof 1 4 23 2
strtod 1 4 23 2
strtold 1 4 23 2
__builtin_popcount 1 11 95 1
__builtin_popcountl 1 4 20 1
__builtin_popcountll 1 11 106 1
__builtin_ctzll 6 11 92 1
__builtin_ctzl 2 7 34 1
__builtin_ctz 1 6 46 1
__builtin_clzll 6 12 100 1
__builtin_clzl 2 7 36 1
__builtin_clz 1 4 14 1
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/win32/math_win32.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isfinite 1 4 15 1
isinf 2 4 20 1
isnan 1 4 15 1
isnormal 2 5 24 1
isgreater 3 5 35 2
isgreaterequal 3 5 35 2
isless 3 5 35 2
islessequal 3 5 37 2
islessgreater 4 5 41 2
isunordered 2 4 21 2
signbit 11 19 55 1
copysignf 2 4 28 2
copysign 1 4 19 2
copysignl 1 4 21 2
fpclassify 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/win32/locale_mgmt_win32.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/ibm/support.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/ibm/xlocale.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isalnum_l 1 4 18 2
isalpha_l 1 4 18 2
isblank_l 1 4 18 2
iscntrl_l 1 4 18 2
isdigit_l 1 4 18 2
isgraph_l 1 4 18 2
islower_l 1 4 18 2
isprint_l 1 4 18 2
ispunct_l 1 4 18 2
isspace_l 1 4 18 2
isupper_l 1 4 18 2
isxdigit_l 1 4 18 2
iswalnum_l 1 4 18 2
iswalpha_l 1 4 18 2
iswblank_l 1 4 18 2
iswcntrl_l 1 4 18 2
iswdigit_l 1 4 18 2
iswgraph_l 1 4 18 2
iswlower_l 1 4 18 2
iswprint_l 1 4 18 2
iswpunct_l 1 4 18 2
iswspace_l 1 4 18 2
iswupper_l 1 4 18 2
iswxdigit_l 1 4 18 2
iswctype_l 1 4 23 3
toupper_l 1 4 18 2
tolower_l 1 4 18 2
towupper_l 1 4 18 2
towlower_l 1 4 18 2
strcoll_l 1 4 27 3
wcscoll_l 1 4 27 3
strxfrm_l 1 4 31 4
wcsxfrm_l 1 5 31 4
strftime_l 1 4 39 5
strtoll_l 1 4 29 4
strtol_l 1 4 29 4
strtold_l 1 4 24 3
strtoull_l 1 4 29 4
strtoul_l 1 4 29 4
vasprintf 4 18 119 3
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/ibm/limits.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/support/ibm/locale_mgmt_aix.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
newlocale 9 28 189 3
freelocale 1 4 12 1
uselocale 1 4 13 1
Source file: /home/sergeyb/sources/src/lib/libcxx/include/math.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__libcpp_signbit 1 4 14 1
signbit 1 4 25 1
__libcpp_fpclassify 1 4 14 1
fpclassify 1 4 25 1
__libcpp_isfinite 1 4 14 1
isfinite 1 4 25 1
__libcpp_isinf 1 4 14 1
isinf 1 4 25 1
__libcpp_isnan 1 4 14 1
isnan 1 4 25 1
__libcpp_isnormal 1 4 14 1
isnormal 1 4 25 1
__libcpp_isgreater 1 4 19 2
isgreater 1 5 39 2
__libcpp_isgreaterequal 1 4 19 2
isgreaterequal 1 5 39 2
__libcpp_isless 1 4 19 2
isless 1 5 39 2
__libcpp_islessequal 1 4 19 2
islessequal 1 5 39 2
__libcpp_islessgreater 1 4 19 2
islessgreater 1 5 39 2
__libcpp_isunordered 1 4 19 2
isunordered 1 5 39 2
abs 1 1 14 1
abs 1 1 14 1
abs 1 1 15 1
acos 1 1 14 1
acos 1 1 15 1
acos 1 1 17 1
asin 1 1 14 1
asin 1 1 15 1
asin 1 1 17 1
atan 1 1 14 1
atan 1 1 15 1
atan 1 1 17 1
atan2 1 1 19 2
atan2 1 1 21 2
atan2 2 7 71 2
ceil 1 1 14 1
ceil 1 1 15 1
ceil 1 1 17 1
cos 1 1 14 1
cos 1 1 15 1
cos 1 1 17 1
cosh 1 1 14 1
cosh 1 1 15 1
cosh 1 1 17 1
exp 1 1 14 1
exp 1 1 15 1
exp 1 1 17 1
fabs 1 1 14 1
fabs 1 1 15 1
fabs 1 1 17 1
floor 1 1 14 1
floor 1 1 15 1
floor 1 1 17 1
fmod 1 1 19 2
fmod 1 1 21 2
fmod 2 7 71 2
frexp 1 1 20 2
frexp 1 1 21 2
frexp 1 1 23 2
ldexp 1 1 19 2
ldexp 1 1 20 2
ldexp 1 1 22 2
log 1 1 14 1
log 1 1 15 1
log 1 1 17 1
log10 1 1 14 1
log10 1 1 15 1
log10 1 1 17 1
modf 1 1 20 2
modf 1 1 22 2
pow 1 1 19 2
pow 1 1 21 2
pow 2 7 71 2
sin 1 1 14 1
sin 1 1 15 1
sin 1 1 17 1
sinh 1 1 14 1
sinh 1 1 15 1
sinh 1 1 17 1
sqrt 1 1 14 1
sqrt 1 1 15 1
sqrt 1 1 17 1
tan 1 1 14 1
tan 1 1 15 1
tan 1 1 17 1
tanh 1 1 14 1
tanh 1 1 15 1
tanh 1 1 17 1
acosh 1 1 14 1
acosh 1 1 15 1
acosh 1 1 17 1
asinh 1 1 14 1
asinh 1 1 15 1
asinh 1 1 17 1
atanh 1 1 14 1
atanh 1 1 15 1
atanh 1 1 17 1
cbrt 1 1 14 1
cbrt 1 1 15 1
cbrt 1 1 17 1
copysign 1 4 19 2
copysign 1 3 21 2
copysign 2 7 71 2
erf 1 1 14 1
erf 1 1 15 1
erf 1 1 17 1
erfc 1 1 14 1
erfc 1 1 15 1
erfc 1 1 17 1
exp2 1 1 14 1
exp2 1 1 15 1
exp2 1 1 17 1
expm1 1 1 14 1
expm1 1 1 15 1
expm1 1 1 17 1
fdim 1 1 19 2
fdim 1 1 21 2
fdim 2 7 71 2
fma 1 1 24 3
fma 1 1 27 3
fma 3 8 92 3
fmax 1 1 19 2
fmax 1 1 21 2
fmax 2 7 71 2
fmin 1 1 19 2
fmin 1 1 21 2
fmin 2 7 71 2
hypot 1 1 19 2
hypot 1 1 21 2
hypot 2 7 71 2
ilogb 1 1 14 1
ilogb 1 1 15 1
ilogb 1 1 17 1
lgamma 1 1 14 1
lgamma 1 1 15 1
lgamma 1 1 17 1
llrint 1 1 14 1
llrint 1 1 15 1
llrint 1 1 17 1
llround 1 1 14 1
llround 1 1 15 1
llround 1 1 17 1
log1p 1 1 14 1
log1p 1 1 15 1
log1p 1 1 17 1
log2 1 1 14 1
log2 1 1 15 1
log2 1 1 17 1
logb 1 1 14 1
logb 1 1 15 1
logb 1 1 17 1
lrint 1 1 14 1
lrint 1 1 15 1
lrint 1 1 17 1
lround 1 1 14 1
lround 1 1 15 1
lround 1 1 17 1
nearbyint 1 1 14 1
nearbyint 1 1 15 1
nearbyint 1 1 17 1
nextafter 1 1 19 2
nextafter 1 1 21 2
nextafter 2 7 71 2
nexttoward 1 1 20 2
nexttoward 1 1 21 2
nexttoward 1 1 23 2
remainder 1 1 19 2
remainder 1 1 21 2
remainder 2 7 71 2
remquo 1 1 25 3
remquo 1 1 27 3
remquo 2 7 77 3
rint 1 1 14 1
rint 1 1 15 1
rint 1 1 17 1
round 1 1 14 1
round 1 1 15 1
round 1 1 17 1
scalbln 1 1 19 2
scalbln 1 1 20 2
scalbln 1 1 22 2
scalbn 1 1 19 2
scalbn 1 1 20 2
scalbn 1 1 22 2
tgamma 1 1 14 1
tgamma 1 1 15 1
tgamma 1 1 17 1
trunc 1 1 14 1
trunc 1 1 15 1
trunc 1 1 17 1
Source file: /home/sergeyb/sources/src/lib/libcxx/include/wchar.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__libcpp_wcschr 1 1 24 2
wcschr 1 1 20 2
wcschr 1 1 19 2
__libcpp_wcspbrk 1 1 26 2
wcspbrk 1 1 22 2
wcspbrk 1 1 21 2
__libcpp_wcsrchr 1 1 24 2
wcsrchr 1 1 20 2
wcsrchr 1 1 19 2
__libcpp_wcsstr 1 1 26 2
wcsstr 1 1 22 2
wcsstr 1 1 21 2
__libcpp_wmemchr 1 1 29 3
wmemchr 1 1 25 3
wmemchr 1 1 24 3
Source file: /home/sergeyb/sources/src/lib/libcxx/include/wctype.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/stddef.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/stdbool.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/float.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/tgmath.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/inttypes.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/complex.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/string.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__libcpp_strchr 1 1 24 2
strchr 1 1 20 2
strchr 1 1 19 2
__libcpp_strpbrk 1 1 26 2
strpbrk 1 1 22 2
strpbrk 1 1 21 2
__libcpp_strrchr 1 1 24 2
strrchr 1 1 20 2
strrchr 1 1 19 2
__libcpp_memchr 1 1 29 3
memchr 1 1 25 3
memchr 1 1 24 3
__libcpp_strstr 1 1 26 2
strstr 1 1 22 2
strstr 1 1 21 2
Source file: /home/sergeyb/sources/src/lib/libcxx/include/stdlib.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
abs 1 1 14 1
abs 1 1 15 1
div 1 1 19 2
div 1 1 21 2
Source file: /home/sergeyb/sources/src/lib/libcxx/include/__bsd_locale_defaults.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/setjmp.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/__bsd_locale_fallbacks.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__libcpp_mb_cur_max_l 1 5 20 1
__libcpp_btowc_l 1 5 27 2
__libcpp_wctob_l 1 5 27 2
__libcpp_wcsnrtombs_l 1 6 51 6
__libcpp_wcrtomb_l 1 5 39 4
__libcpp_mbsnrtowcs_l 1 6 51 6
__libcpp_mbrtowc_l 1 6 46 5
__libcpp_mbtowc_l 1 5 40 4
__libcpp_mbrlen_l 1 5 40 4
__libcpp_localeconv_l 1 5 23 1
__libcpp_mbsrtowcs_l 1 6 46 5
__libcpp_snprintf_l 1 8 64 5
__libcpp_asprintf_l 1 8 59 4
__libcpp_sscanf_l 1 8 60 4
Source file: /home/sergeyb/sources/src/lib/libcxx/include/ctype.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/stdio.h
Source file: /home/sergeyb/sources/src/lib/libcxx/include/errno.h
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/not/not.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 8 20 116 0
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_check/__init__.py
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_check/extract.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_tool 1 2 14 0
__init__ 2 6 41 1
extract 6 10 115 2
_extract_sym 4 13 96 2
_want_sym 4 6 57 1
_transform_sym_type 3 8 56 1
find_tool 1 2 14 0
__init__ 2 6 41 1
extract 2 7 68 2
process_syms 8 21 128 2
get_dynsym_table 7 13 99 2
extract_symbols 2 6 32 1
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_check/diff.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_symbol_difference 5 5 57 2
_find_by_key 3 5 24 2
added_symbols 1 2 14 2
removed_symbols 1 2 14 2
changed_symbols 6 10 66 2
diff 1 5 37 2
report_diff 1 2 17 5
maybe_demangle 2 2 16 1
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_check/util.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
execute_command 2 12 78 2
execute_command_verbose 5 12 87 2
read_syms_from_list 2 2 19 1
read_syms_from_file 1 4 32 1
read_blacklist 5 6 64 1
write_syms 5 13 81 3
demangle_symbol 3 8 37 1
is_elf 1 4 27 1
is_mach_o 1 11 39 1
is_library_file 2 5 24 1
extract_or_load 2 5 29 1
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_check/match.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
find_and_report_matching 4 14 65 2
find_matching_symbols 3 7 42 2
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_diff.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 2 32 222 0
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_extract.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 2 17 137 0
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/sym_check/sym_match.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
main 5 26 171 0
Source file: /home/sergeyb/sources/src/lib/libcxx/utils/gen_link_script/gen_link_script.py
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
print_and_exit 1 3 21 1
usage_and_exit 1 2 8 0
help_and_exit 1 21 12 0
parse_args 5 15 84 0
main 4 15 112 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/include/atomic_support.h
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__libcpp_atomic_store 1 5 25 3
__libcpp_relaxed_store 1 4 20 2
__libcpp_atomic_load 1 5 22 2
__libcpp_atomic_add 1 5 26 3
__libcpp_atomic_compare_exchange 1 8 41 5
__libcpp_atomic_store 1 5 20 3
__libcpp_relaxed_store 1 4 16 2
__libcpp_atomic_load 1 5 17 2
__libcpp_atomic_add 1 5 21 3
__libcpp_atomic_compare_exchange 2 11 50 5
Source file: /home/sergeyb/sources/src/lib/libcxx/src/include/config_elast.h
Source file: /home/sergeyb/sources/src/lib/libcxx/src/experimental/filesystem/operations.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
filesystem_error::~filesystem_error 1 1 7 0
detail::capture_errno 1 5 29 0
detail::set_or_throw 2 11 76 5
detail::set_or_throw 1 5 47 4
detail::posix_get_perms 1 3 27 1
detail::posix_convert_perms 1 3 21 1
detail::create_file_status 13 25 248 4
detail::posix_stat 2 8 64 3
detail::posix_stat 1 4 30 2
detail::posix_lstat 2 8 64 3
detail::posix_lstat 1 4 30 2
detail::stat_equivalent 2 3 35 2
detail::copy_file_impl 5 21 170 4
__canonical 3 12 94 3
__copy 34 75 600 4
__copy_file 16 39 305 4
__copy_symlink 3 7 52 3
__create_directories 10 31 203 2
__create_directory 5 9 76 2
__create_directory 6 17 128 3
__create_directory_symlink 3 7 62 3
__create_hard_link 3 6 63 3
__create_symlink 3 6 63 3
__current_path 3 12 113 1
__current_path 3 6 50 2
__equivalent 7 15 161 3
__file_size 5 14 114 2
__hard_link_count 3 12 89 2
__fs_is_empty 4 13 104 2
detail::checked_set 3 7 54 2
detail::set_times_checked 4 16 124 3
__last_write_time 3 12 83 2
__last_write_time 10 42 322 3
__permissions 15 35 303 3
__read_symlink 3 14 110 2
__remove 3 8 57 2
remove_all_impl 8 18 142 2
__remove_all 3 10 72 2
__rename 3 6 63 3
__resize_file 3 6 63 3
__space 5 20 182 2
__status 1 3 25 2
__symlink_status 1 3 25 2
__system_complete 2 4 35 2
__temp_directory_path 8 18 134 1
absolute 8 23 144 2
Source file: /home/sergeyb/sources/src/lib/libcxx/src/experimental/filesystem/path.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
parser::good 1 1 12 1
parser::is_separator 2 3 30 2
parser::is_root_name 3 3 31 2
parser::is_root_directory 2 3 27 2
parser::is_trailing_separator 5 5 61 2
parser::start_of 8 11 98 2
parser::end_of 6 8 89 2
parser::root_name_start 2 3 22 1
parser::root_name_end 8 17 101 1
parser::root_directory_start 4 6 53 1
parser::root_directory_end 4 8 62 1
parser::separate_filename 5 6 81 1
parser::extract_raw 2 5 52 2
parser::extract_preferred 5 10 74 2
path_view_iterator::path_view_iterator 1 1 29 1
path_view_iterator::path_view_iterator 1 1 22 2
path_view_iterator::operator * 1 3 17 0
path_view_iterator::operator ++ 1 4 14 0
path_view_iterator::operator -- 1 4 14 0
path_view_iterator::increment 3 6 35 0
path_view_iterator::decrement 5 13 80 0
path_view_iterator::set_position 2 8 37 1
path_view_iterator::valid_iterator_position 5 7 57 0
path_view_iterator::is_end 1 1 13 0
path_view_iterator::operator == 1 3 17 1
pbegin 1 3 19 1
pend 1 5 30 1
path::replace_extension 4 14 93 1
path::__root_name 2 6 31 0
path::__root_directory 2 8 44 0
path::__relative_path 4 14 82 0
path::__parent_path 3 9 75 0
path::__filename 2 4 25 0
path::__stem 1 4 20 0
path::__extension 1 4 20 0
path::__compare 7 14 107 1
hash_value 2 16 97 1
path::begin 1 9 47 0
path::end 1 7 30 0
path::iterator::__increment 1 7 45 0
path::iterator::__decrement 1 7 45 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/experimental/filesystem/directory_iterator.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
detail::capture_errno 1 4 24 0
detail::capture_error_or_throw 2 11 67 3
detail::set_or_throw 2 11 64 4
detail::posix_readdir 2 11 63 2
__dir_stream::__dir_stream 1 6 46 1
__dir_stream::__dir_stream 4 14 92 3
__dir_stream::~__dir_stream 2 2 14 0
__dir_stream::good 1 1 12 0
__dir_stream::advance 6 14 75 1
__dir_stream::close 2 7 37 0
directory_iterator::directory_iterator 4 13 78 3
directory_iterator::__increment 4 13 70 1
directory_iterator::__deref 1 4 20 0
recursive_directory_iterator::recursive_directory_iterator 5 13 112 3
recursive_directory_iterator::__pop 3 10 59 1
recursive_directory_iterator::options 1 3 13 0
recursive_directory_iterator::depth 1 3 19 0
recursive_directory_iterator::__deref 1 3 19 0
recursive_directory_iterator::__increment 6 11 59 1
recursive_directory_iterator::__advance 5 14 85 1
recursive_directory_iterator::__try_recursion 6 21 141 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/experimental/memory_resource.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_LIBCPP_TYPE_VIS_ONLY__new_delete_memory_resource_imp::do_allocate 1 2 16 2
_LIBCPP_TYPE_VIS_ONLY__new_delete_memory_resource_imp::do_deallocate 1 2 17 3
_LIBCPP_TYPE_VIS_ONLY__new_delete_memory_resource_imp::do_is_equal 1 2 17 1
_LIBCPP_TYPE_VIS_ONLY__null_memory_resource_imp::do_allocate 1 4 19 2
_LIBCPP_TYPE_VIS_ONLY__null_memory_resource_imp::do_deallocate 1 1 11 3
_LIBCPP_TYPE_VIS_ONLY__null_memory_resource_imp::do_is_equal 1 2 17 1
ResourceInitHelper::ResourceInitHelper 1 1 9 0
ResourceInitHelper::~ResourceInitHelper 1 1 5 0
new_delete_resource 1 3 14 0
null_memory_resource 1 3 14 0
__default_memory_resource 8 35 197 2
get_default_resource 1 4 11 0
set_default_resource 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/support/solaris/xlocale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
isxdigit_l 1 3 16 2
iswxdigit_l 1 3 16 2
snprintf_l 1 8 55 5
asprintf_l 1 7 48 4
sscanf_l 1 7 49 4
mbrtowc_l 1 4 35 5
localeconv_l 1 3 12 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/support/win32/locale_win32.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
newlocale 1 4 22 3
uselocale 2 9 47 1
localeconv_l 1 5 23 1
mbrlen_l 1 6 42 4
mbsrtowcs_l 1 6 49 5
wcrtomb_l 1 6 41 4
mbrtowc_l 1 6 49 5
mbsnrtowcs_l 1 6 54 6
wcsnrtombs_l 1 6 54 6
btowc_l 1 5 27 2
wctob_l 1 5 27 2
snprintf_l 1 9 64 5
asprintf_l 1 8 50 4
vasprintf_l 1 5 40 4
Source file: /home/sergeyb/sources/src/lib/libcxx/src/support/win32/support.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
asprintf 1 9 48 3
vasprintf 4 17 117 3
mbsnrtowcs 12 34 196 5
wcsnrtombs 11 45 235 5
Source file: /home/sergeyb/sources/src/lib/libcxx/src/condition_variable.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
condition_variable::~condition_variable 1 4 13 0
condition_variable::notify_one 1 4 14 0
condition_variable::notify_all 1 4 14 0
condition_variable::wait 3 9 60 1
condition_variable::__do_timed_wait 6 28 220 2
notify_all_at_thread_exit 1 4 30 2
Source file: /home/sergeyb/sources/src/lib/libcxx/src/optional.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bad_optional_access::~bad_optional_access 1 1 8 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/random.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
random_device::random_device 2 5 32 1
random_device::~random_device 1 3 7 0
random_device::operator ( ) 1 4 14 0
random_device::random_device 2 6 46 1
random_device::~random_device 1 4 12 0
random_device::operator ( ) 5 21 114 0
random_device::random_device 3 8 58 1
random_device::~random_device 1 3 7 0
random_device::operator ( ) 3 12 65 0
random_device::random_device 2 5 32 1
random_device::~random_device 1 3 7 0
random_device::operator ( ) 2 8 35 0
random_device::entropy 1 4 12 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/valarray.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
gslice::__init 8 34 204 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/typeinfo.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::bad_cast::bad_cast 1 3 10 0
std::bad_typeid::bad_typeid 1 3 10 0
std::bad_cast::~bad_cast 1 3 10 0
std::bad_cast::what 1 4 14 0
std::bad_typeid::~bad_typeid 1 3 10 0
std::bad_typeid::what 1 4 14 0
__cxxabiv1::__cxa_bad_typeid 1 4 14 0
__cxxabiv1::__cxa_bad_cast 1 4 14 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/new.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
operator new 4 17 78 1
operator new 2 12 42 2
operator new [ ] 1 5 24 1
operator new [ ] 2 12 46 2
operator delete 2 5 20 1
operator delete 1 4 23 2
operator delete 1 4 19 2
operator delete [ ] 1 4 19 1
operator delete [ ] 1 4 27 2
operator delete [ ] 1 4 23 2
std::set_new_handler 1 4 17 1
std::get_new_handler 1 4 15 0
std::bad_alloc::bad_alloc 1 3 8 0
std::bad_alloc::~bad_alloc 1 3 8 0
std::bad_alloc::what 1 4 12 0
std::bad_array_new_length::bad_array_new_length 1 3 8 0
std::bad_array_new_length::~bad_array_new_length 1 3 8 0
std::bad_array_new_length::what 1 4 12 0
std::bad_array_length::what 1 4 12 0
std::bad_array_length::bad_array_length 1 3 8 0
std::bad_array_length::~bad_array_length 1 3 8 0
std::__throw_bad_alloc 1 4 10 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/bind.cpp
Source file: /home/sergeyb/sources/src/lib/libcxx/src/memory.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
increment 1 4 20 1
decrement 1 4 21 1
bad_weak_ptr::~bad_weak_ptr 1 1 8 0
bad_weak_ptr::what 1 4 12 0
__shared_count::~__shared_count 1 3 7 0
__shared_count::__add_shared 1 4 13 0
__shared_count::__release_shared 2 9 30 0
__shared_weak_count::~__shared_weak_count 1 3 7 0
__shared_weak_count::__add_shared 1 4 14 0
__shared_weak_count::__add_weak 1 4 13 0
__shared_weak_count::__release_shared 2 5 20 0
__shared_weak_count::__release_weak 2 5 22 0
__shared_weak_count::lock 3 12 47 0
__shared_weak_count::__get_deleter 1 4 15 1
__lx 1 3 5 1
__sp_mut::lock 3 14 61 0
__sp_mut::unlock 1 4 21 0
__get_sp_mut 1 11 135 1
declare_reachable 1 3 7 1
declare_no_pointers 1 3 9 2
undeclare_no_pointers 1 3 9 2
get_pointer_safety 1 4 11 0
__undeclare_reachable 1 4 11 1
align 3 17 112 4
Source file: /home/sergeyb/sources/src/lib/libcxx/src/future.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__future_error_category::name 1 4 12 0
__future_error_category::message 6 19 81 1
future_category 1 5 13 0
future_error::future_error 1 5 23 1
future_error::~future_error 1 3 8 0
__assoc_sub_state::__on_zero_shared 1 4 11 0
__assoc_sub_state::set_value 2 8 45 0
__assoc_sub_state::set_value_at_thread_exit 2 8 46 0
__assoc_sub_state::set_exception 2 9 49 1
__assoc_sub_state::set_exception_at_thread_exit 2 8 48 1
__assoc_sub_state::__make_ready 1 6 26 0
__assoc_sub_state::copy 2 7 32 0
__assoc_sub_state::wait 1 5 21 0
__assoc_sub_state::__sub_wait 4 15 71 1
__assoc_sub_state::__execute 1 4 18 0
future<void>::future 2 8 49 1
future<void>::~future 2 5 20 0
future<void>::get 1 7 37 0
promise<void>::promise 1 4 16 0
promise<void>::~promise 4 11 57 0
promise<void>::get_future 2 6 36 0
promise<void>::set_value 2 6 33 0
promise<void>::set_exception 2 6 36 1
promise<void>::set_value_at_thread_exit 2 6 33 0
promise<void>::set_exception_at_thread_exit 2 6 36 1
shared_future<void>::~shared_future 2 5 20 0
shared_future<void>::operator = 3 9 49 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/utility.cpp
Source file: /home/sergeyb/sources/src/lib/libcxx/src/locale.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__cloc 1 4 21 0
release::operator ( ) 1 1 18 1
make 1 6 43 1
make 1 6 48 2
make 1 6 53 3
countof 1 4 16 1
countof 1 4 27 2
_LIBCPP_HIDDENlocale::__imp::name 1 1 9 0
_LIBCPP_HIDDENlocale::__imp::has_facet 2 2 34 1
_LIBCPP_HIDDENlocale::__imp::install 1 1 21 1
locale::__imp::__imp 1 35 492 1
locale::__imp::__imp 6 40 386 2
locale::__imp::__imp 3 9 79 1
locale::__imp::__imp 12 57 442 3
locale::__imp::install_from 1 5 53 1
locale::__imp::__imp 12 65 530 3
locale::__imp::__imp 3 12 116 3
locale::__imp::~__imp 3 6 43 0
locale::__imp::install 3 10 108 2
locale::__imp::use_facet 2 6 37 1
locale::__imp::make_classic 1 7 52 0
locale::classic 1 5 22 0
locale::__imp::make_global 1 6 48 0
locale::__global 1 5 21 0
__locale_ 1 4 15 1
__locale_ 1 4 13 1
locale::~locale 1 4 13 0
locale::operator = 1 7 37 1
locale::locale 1 7 43 1
locale::locale 1 5 26 1
locale::locale 1 7 65 3
locale::locale 1 5 41 3
locale::locale 1 5 44 3
locale::name 1 4 15 0
locale::__install_ctor 2 8 50 3
locale::global 2 9 56 1
locale::has_facet 1 4 23 1
locale::use_facet 1 4 23 1
locale::operator == 3 5 46 1
locale::facet::~facet 1 3 9 0
locale::facet::__on_zero_shared 1 4 13 0
__fake_bind::__fake_bind 1 2 32 2
__fake_bind::operator ( ) 1 4 17 0
locale::id::__get 1 5 31 0
locale::id::__init 1 4 19 0
collate_byname<char>::collate_byname 2 8 55 2
collate_byname<char>::collate_byname 2 8 56 2
collate_byname<char>::~collate_byname 1 4 15 0
collate_byname<char>::do_compare 3 12 88 4
collate_byname<char>::do_transform 1 7 87 2
collate_byname<wchar_t>::collate_byname 2 8 55 2
collate_byname<wchar_t>::collate_byname 2 8 56 2
collate_byname<wchar_t>::~collate_byname 1 4 15 0
collate_byname<wchar_t>::do_compare 3 12 88 4
collate_byname<wchar_t>::do_transform 1 7 87 2
ctype<wchar_t>::~ctype 1 3 10 0
ctype<wchar_t>::do_is 2 4 42 2
ctype<wchar_t>::do_is 3 7 70 3
ctype<wchar_t>::do_scan_is 4 7 63 3
ctype<wchar_t>::do_scan_not 4 7 66 3
ctype<wchar_t>::do_toupper 7 6 73 1
ctype<wchar_t>::do_toupper 8 9 110 2
ctype<wchar_t>::do_tolower 7 6 72 1
ctype<wchar_t>::do_tolower 8 9 108 2
ctype<wchar_t>::do_widen 1 4 16 1
ctype<wchar_t>::do_widen 2 6 46 3
ctype<wchar_t>::do_narrow 2 6 35 2
ctype<wchar_t>::do_narrow 3 9 69 4
ctype<char>::ctype 2 8 49 3
ctype<char>::~ctype 3 5 21 0
ctype<char>::do_toupper 8 9 112 1
ctype<char>::do_toupper 9 11 149 2
ctype<char>::do_tolower 8 9 111 1
ctype<char>::do_tolower 9 9 149 2
ctype<char>::do_widen 1 4 16 1
ctype<char>::do_widen 2 6 46 3
ctype<char>::do_narrow 2 6 35 2
ctype<char>::do_narrow 3 9 63 4
ctype<char>::classic_table 1 78 894 0
ctype<char>::classic_table 9 14 70 0
ctype<char>::__classic_lower_table 1 4 16 0
ctype<char>::__classic_upper_table 1 4 16 0
ctype<char>::__classic_lower_table 1 4 16 0
ctype<char>::__classic_upper_table 1 4 16 0
ctype<char>::__classic_lower_table 1 4 17 0
ctype<char>::__classic_upper_table 1 4 17 0
ctype_byname<char>::ctype_byname 2 8 59 2
ctype_byname<char>::ctype_byname 2 8 60 2
ctype_byname<char>::~ctype_byname 1 4 15 0
ctype_byname<char>::do_toupper 1 4 34 1
ctype_byname<char>::do_toupper 2 6 56 2
ctype_byname<char>::do_tolower 1 4 34 1
ctype_byname<char>::do_tolower 2 6 56 2
ctype_byname<wchar_t>::ctype_byname 2 8 55 2
ctype_byname<wchar_t>::ctype_byname 2 8 56 2
ctype_byname<wchar_t>::~ctype_byname 1 4 15 0
ctype_byname<wchar_t>::do_is 12 17 281 2
ctype_byname<wchar_t>::do_is 14 34 232 3
ctype_byname<wchar_t>::do_scan_is 24 20 254 3
ctype_byname<wchar_t>::do_scan_not 24 21 257 3
ctype_byname<wchar_t>::do_toupper 1 4 21 1
ctype_byname<wchar_t>::do_toupper 2 6 43 2
ctype_byname<wchar_t>::do_tolower 1 4 21 1
ctype_byname<wchar_t>::do_tolower 2 6 43 2
ctype_byname<wchar_t>::do_widen 1 4 21 1
ctype_byname<wchar_t>::do_widen 2 6 51 3
ctype_byname<wchar_t>::do_narrow 2 5 47 2
ctype_byname<wchar_t>::do_narrow 3 9 79 4
codecvt<char,char,mbstate_t>::~codecvt 1 3 14 0
codecvt<char,char,mbstate_t>::do_out 1 8 55 7
codecvt<char,char,mbstate_t>::do_in 1 8 55 7
codecvt<char,char,mbstate_t>::do_unshift 1 6 36 4
codecvt<char,char,mbstate_t>::do_encoding 1 4 19 0
codecvt<char,char,mbstate_t>::do_always_noconv 1 4 19 0
codecvt<char,char,mbstate_t>::do_length 1 5 55 4
codecvt<char,char,mbstate_t>::do_max_length 1 4 19 0
codecvt<wchar_t,char,mbstate_t>::codecvt 1 5 28 1
codecvt<wchar_t,char,mbstate_t>::codecvt 2 8 58 2
codecvt<wchar_t,char,mbstate_t>::~codecvt 2 5 25 0
codecvt<wchar_t,char,mbstate_t>::do_out 17 49 343 7
codecvt<wchar_t,char,mbstate_t>::do_in 18 58 351 7
codecvt<wchar_t,char,mbstate_t>::do_unshift 5 15 119 4
codecvt<wchar_t,char,mbstate_t>::do_encoding 4 8 54 0
codecvt<wchar_t,char,mbstate_t>::do_always_noconv 1 4 19 0
codecvt<wchar_t,char,mbstate_t>::do_length 6 24 128 4
codecvt<wchar_t,char,mbstate_t>::do_max_length 2 4 34 0
utf16_to_utf8 18 74 638 8
utf16_to_utf8 18 74 650 8
utf8_to_utf16 37 118 751 8
utf8_to_utf16 37 118 763 8
utf8_to_utf16_length 36 98 603 5
ucs4_to_utf8 13 52 427 8
utf8_to_ucs4 36 111 663 8
utf8_to_ucs4_length 35 95 593 5
ucs2_to_utf8 11 43 322 8
utf8_to_ucs2 25 78 458 8
utf8_to_ucs2_length 24 66 393 5
ucs4_to_utf16be 9 42 318 8
utf16be_to_ucs4 14 42 314 8
utf16be_to_ucs4_length 13 39 268 5
ucs4_to_utf16le 9 42 318 8
utf16le_to_ucs4 14 42 314 8
utf16le_to_ucs4_length 13 39 268 5
ucs2_to_utf16be 7 25 182 8
utf16be_to_ucs2 10 21 170 8
utf16be_to_ucs2_length 9 19 147 5
ucs2_to_utf16le 7 25 182 8
utf16le_to_ucs2 10 21 170 8
utf16le_to_ucs2_length 9 20 151 5
codecvt<char16_t,char,mbstate_t>::~codecvt 1 3 14 0
codecvt<char16_t,char,mbstate_t>::do_out 1 15 156 7
codecvt<char16_t,char,mbstate_t>::do_in 1 15 156 7
codecvt<char16_t,char,mbstate_t>::do_unshift 1 6 36 4
codecvt<char16_t,char,mbstate_t>::do_encoding 1 4 19 0
codecvt<char16_t,char,mbstate_t>::do_always_noconv 1 4 19 0
codecvt<char16_t,char,mbstate_t>::do_length 1 7 70 4
codecvt<char16_t,char,mbstate_t>::do_max_length 1 4 19 0
codecvt<char32_t,char,mbstate_t>::~codecvt 1 3 14 0
codecvt<char32_t,char,mbstate_t>::do_out 1 15 156 7
codecvt<char32_t,char,mbstate_t>::do_in 1 15 156 7
codecvt<char32_t,char,mbstate_t>::do_unshift 1 6 36 4
codecvt<char32_t,char,mbstate_t>::do_encoding 1 4 19 0
codecvt<char32_t,char,mbstate_t>::do_always_noconv 1 4 19 0
codecvt<char32_t,char,mbstate_t>::do_length 1 7 70 4
codecvt<char32_t,char,mbstate_t>::do_max_length 1 4 19 0
__codecvt_utf8<wchar_t>::do_out 3 21 215 7
__codecvt_utf8<wchar_t>::do_in 2 21 210 7
__codecvt_utf8<wchar_t>::do_unshift 1 6 32 4
__codecvt_utf8<wchar_t>::do_encoding 1 4 15 0
__codecvt_utf8<wchar_t>::do_always_noconv 1 4 15 0
__codecvt_utf8<wchar_t>::do_length 1 7 70 4
__codecvt_utf8<wchar_t>::do_max_length 2 6 24 0
__codecvt_utf8<char16_t>::do_out 1 16 156 7
__codecvt_utf8<char16_t>::do_in 1 16 156 7
__codecvt_utf8<char16_t>::do_unshift 1 6 32 4
__codecvt_utf8<char16_t>::do_encoding 1 4 15 0
__codecvt_utf8<char16_t>::do_always_noconv 1 4 15 0
__codecvt_utf8<char16_t>::do_length 1 7 70 4
__codecvt_utf8<char16_t>::do_max_length 2 6 24 0
__codecvt_utf8<char32_t>::do_out 1 16 156 7
__codecvt_utf8<char32_t>::do_in 1 16 156 7
__codecvt_utf8<char32_t>::do_unshift 1 6 32 4
__codecvt_utf8<char32_t>::do_encoding 1 4 15 0
__codecvt_utf8<char32_t>::do_always_noconv 1 4 15 0
__codecvt_utf8<char32_t>::do_length 1 7 70 4
__codecvt_utf8<char32_t>::do_max_length 2 6 24 0
__codecvt_utf16<wchar_t,false>::do_out 1 16 158 7
__codecvt_utf16<wchar_t,false>::do_in 1 16 158 7
__codecvt_utf16<wchar_t,false>::do_unshift 1 6 34 4
__codecvt_utf16<wchar_t,false>::do_encoding 1 4 17 0
__codecvt_utf16<wchar_t,false>::do_always_noconv 1 4 17 0
__codecvt_utf16<wchar_t,false>::do_length 1 7 72 4
__codecvt_utf16<wchar_t,false>::do_max_length 2 6 26 0
__codecvt_utf16<wchar_t,true>::do_out 1 16 158 7
__codecvt_utf16<wchar_t,true>::do_in 1 16 158 7
__codecvt_utf16<wchar_t,true>::do_unshift 1 6 34 4
__codecvt_utf16<wchar_t,true>::do_encoding 1 4 17 0
__codecvt_utf16<wchar_t,true>::do_always_noconv 1 4 17 0
__codecvt_utf16<wchar_t,true>::do_length 1 7 72 4
__codecvt_utf16<wchar_t,true>::do_max_length 2 6 26 0
__codecvt_utf16<char16_t,false>::do_out 1 16 158 7
__codecvt_utf16<char16_t,false>::do_in 1 16 158 7
__codecvt_utf16<char16_t,false>::do_unshift 1 6 34 4
__codecvt_utf16<char16_t,false>::do_encoding 1 4 17 0
__codecvt_utf16<char16_t,false>::do_always_noconv 1 4 17 0
__codecvt_utf16<char16_t,false>::do_length 1 7 72 4
__codecvt_utf16<char16_t,false>::do_max_length 2 6 26 0
__codecvt_utf16<char16_t,true>::do_out 1 16 158 7
__codecvt_utf16<char16_t,true>::do_in 1 16 158 7
__codecvt_utf16<char16_t,true>::do_unshift 1 6 34 4
__codecvt_utf16<char16_t,true>::do_encoding 1 4 17 0
__codecvt_utf16<char16_t,true>::do_always_noconv 1 4 17 0
__codecvt_utf16<char16_t,true>::do_length 1 7 72 4
__codecvt_utf16<char16_t,true>::do_max_length 2 6 26 0
__codecvt_utf16<char32_t,false>::do_out 1 16 158 7
__codecvt_utf16<char32_t,false>::do_in 1 16 158 7
__codecvt_utf16<char32_t,false>::do_unshift 1 6 34 4
__codecvt_utf16<char32_t,false>::do_encoding 1 4 17 0
__codecvt_utf16<char32_t,false>::do_always_noconv 1 4 17 0
__codecvt_utf16<char32_t,false>::do_length 1 7 72 4
__codecvt_utf16<char32_t,false>::do_max_length 2 6 26 0
__codecvt_utf16<char32_t,true>::do_out 1 16 158 7
__codecvt_utf16<char32_t,true>::do_in 1 16 158 7
__codecvt_utf16<char32_t,true>::do_unshift 1 6 34 4
__codecvt_utf16<char32_t,true>::do_encoding 1 4 17 0
__codecvt_utf16<char32_t,true>::do_always_noconv 1 4 17 0
__codecvt_utf16<char32_t,true>::do_length 1 7 72 4
__codecvt_utf16<char32_t,true>::do_max_length 2 6 26 0
__codecvt_utf8_utf16<wchar_t>::do_out 1 16 156 7
__codecvt_utf8_utf16<wchar_t>::do_in 1 16 156 7
__codecvt_utf8_utf16<wchar_t>::do_unshift 1 6 32 4
__codecvt_utf8_utf16<wchar_t>::do_encoding 1 4 15 0
__codecvt_utf8_utf16<wchar_t>::do_always_noconv 1 4 15 0
__codecvt_utf8_utf16<wchar_t>::do_length 1 7 70 4
__codecvt_utf8_utf16<wchar_t>::do_max_length 2 6 24 0
__codecvt_utf8_utf16<char16_t>::do_out 1 16 156 7
__codecvt_utf8_utf16<char16_t>::do_in 1 16 156 7
__codecvt_utf8_utf16<char16_t>::do_unshift 1 6 32 4
__codecvt_utf8_utf16<char16_t>::do_encoding 1 4 15 0
__codecvt_utf8_utf16<char16_t>::do_always_noconv 1 4 15 0
__codecvt_utf8_utf16<char16_t>::do_length 1 7 70 4
__codecvt_utf8_utf16<char16_t>::do_max_length 2 6 24 0
__codecvt_utf8_utf16<char32_t>::do_out 1 16 156 7
__codecvt_utf8_utf16<char32_t>::do_in 1 16 156 7
__codecvt_utf8_utf16<char32_t>::do_unshift 1 6 32 4
__codecvt_utf8_utf16<char32_t>::do_encoding 1 4 15 0
__codecvt_utf8_utf16<char32_t>::do_always_noconv 1 4 15 0
__codecvt_utf8_utf16<char32_t>::do_length 1 7 70 4
__codecvt_utf8_utf16<char32_t>::do_max_length 2 6 24 0
__narrow_to_utf8<16>::~__narrow_to_utf8 1 3 10 0
__narrow_to_utf8<32>::~__narrow_to_utf8 1 3 10 0
__widen_from_utf8<16>::~__widen_from_utf8 1 3 10 0
__widen_from_utf8<32>::~__widen_from_utf8 1 3 10 0
numpunct<char>::numpunct 1 6 29 1
numpunct<wchar_t>::numpunct 1 6 31 1
numpunct<char>::~numpunct 1 3 10 0
numpunct<wchar_t>::~numpunct 1 3 10 0
numpunct<char>::do_decimal_point 1 1 14 0
numpunct<wchar_t>::do_decimal_point 1 1 14 0
numpunct<char>::do_thousands_sep 1 1 14 0
numpunct<wchar_t>::do_thousands_sep 1 1 14 0
numpunct<char>::do_grouping 1 1 14 0
numpunct<wchar_t>::do_grouping 1 1 14 0
numpunct<char>::do_truename 1 1 14 0
numpunct<wchar_t>::do_truename 1 1 15 0
numpunct<char>::do_falsename 1 1 14 0
numpunct<wchar_t>::do_falsename 1 1 15 0
numpunct_byname<char>::numpunct_byname 1 5 30 2
numpunct_byname<char>::numpunct_byname 1 5 34 2
numpunct_byname<char>::~numpunct_byname 1 3 10 0
numpunct_byname<char>::__init 5 16 107 1
numpunct_byname<wchar_t>::numpunct_byname 1 5 30 2
numpunct_byname<wchar_t>::numpunct_byname 1 5 34 2
numpunct_byname<wchar_t>::~numpunct_byname 1 3 10 0
numpunct_byname<wchar_t>::__init 5 16 107 1
__num_get_base::__get_base 4 11 61 1
__check_grouping 11 28 193 4
__num_put_base::__format_int 8 23 135 4
__num_put_base::__format_float 12 49 227 3
__num_put_base::__identify_padding 10 20 117 3
init_weeks 1 19 113 0
init_wweeks 1 19 127 0
__time_get_c_storage<char>::__weeks 1 5 24 0
__time_get_c_storage<wchar_t>::__weeks 1 5 24 0
init_months 1 29 183 0
init_wmonths 1 29 207 0
__time_get_c_storage<char>::__months 1 5 24 0
__time_get_c_storage<wchar_t>::__months 1 5 24 0
init_am_pm 1 7 29 0
init_wam_pm 1 7 31 0
__time_get_c_storage<char>::__am_pm 1 5 24 0
__time_get_c_storage<wchar_t>::__am_pm 1 5 24 0
__time_get_c_storage<char>::__x 1 5 21 0
__time_get_c_storage<wchar_t>::__x 1 5 22 0
__time_get_c_storage<char>::__X 1 5 21 0
__time_get_c_storage<wchar_t>::__X 1 5 22 0
__time_get_c_storage<char>::__c 1 5 21 0
__time_get_c_storage<wchar_t>::__c 1 5 22 0
__time_get_c_storage<char>::__r 1 5 21 0
__time_get_c_storage<wchar_t>::__r 1 5 22 0
__time_get::__time_get 2 7 41 1
__time_get::__time_get 2 7 42 1
__time_get::~__time_get 1 4 12 0
__time_get_storage<char>::__analyze 27 141 803 2
__time_get_storage<wchar_t>::__analyze 28 147 897 2
__time_get_storage<char>::init 3 31 270 1
__time_get_storage<wchar_t>::init 9 70 635 1
_LIBCPP_HIDDEN__time_get_temp::__time_get_temp 1 2 19 1
_LIBCPP_HIDDEN__time_get_temp::__time_get_temp 1 2 19 1
__time_get_storage<char>::__time_get_storage 1 6 34 1
__time_get_storage<char>::__time_get_storage 1 6 34 1
__time_get_storage<wchar_t>::__time_get_storage 1 6 34 1
__time_get_storage<wchar_t>::__time_get_storage 1 6 34 1
__time_get_storage<char>::__do_date_order 38 84 486 0
__time_get_storage<wchar_t>::__do_date_order 38 84 508 0
__time_put::__time_put 2 7 41 1
__time_put::__time_put 2 7 42 1
__time_put::~__time_put 2 5 18 0
__time_put::__do_put 2 9 88 5
__time_put::__do_put 2 13 112 5
__init_pat 63 292 1445 7
moneypunct_byname<char,false>::init 7 36 241 1
moneypunct_byname<char,true>::init 12 44 303 1
moneypunct_byname<wchar_t,false>::init 10 59 454 1
moneypunct_byname<wchar_t,true>::init 15 67 518 1
__do_nothing 1 1 7 1
__throw_runtime_error 1 5 20 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/thread.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
thread::~thread 2 5 17 0
thread::join 4 12 57 0
thread::detach 4 12 57 0
thread::hardware_concurrency 6 17 100 0
this_thread::sleep_for 5 23 154 1
__thread_local_data 1 5 15 0
_LIBCPP_HIDDEN__hidden_allocator::allocate 1 2 27 1
_LIBCPP_HIDDEN__hidden_allocator::deallocate 1 1 24 2
_LIBCPP_HIDDEN__hidden_allocator::max_size 1 1 17 0
_LIBCPP_HIDDEN__thread_struct_imp::__thread_struct_imp 1 1 5 0
__thread_struct_imp::~__thread_struct_imp 3 15 101 0
__thread_struct_imp::notify_all_at_thread_exit 1 4 33 2
__thread_struct_imp::__make_ready_at_thread_exit 1 5 23 1
__thread_struct::__thread_struct 1 4 13 0
__thread_struct::~__thread_struct 1 4 10 0
__thread_struct::notify_all_at_thread_exit 1 4 23 2
__thread_struct::__make_ready_at_thread_exit 1 4 17 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/string.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
throw_helper 1 6 32 1
throw_from_string_out_of_range 1 4 19 1
throw_from_string_invalid_arg 1 4 19 1
as_integer_helper 4 16 128 5
as_integer 3 7 78 4
as_integer 1 4 38 4
as_integer 1 4 39 4
as_integer 1 4 39 4
as_integer 1 4 40 4
as_integer 3 7 78 4
as_integer 1 4 38 4
as_integer 1 4 39 4
as_integer 1 4 39 4
as_integer 1 4 40 4
as_float_helper 4 16 123 4
as_float 1 4 33 3
as_float 1 4 33 3
as_float 1 4 34 3
as_float 1 4 33 3
as_float 1 4 33 3
as_float 1 4 34 3
stoi 1 4 31 3
stoi 1 4 31 3
stol 1 4 31 3
stol 1 4 31 3
stoul 1 4 32 3
stoul 1 4 32 3
stoll 1 4 32 3
stoll 1 4 32 3
stoull 1 4 33 3
stoull 1 4 33 3
stof 1 4 26 2
stof 1 4 26 2
stod 1 4 26 2
stod 1 4 26 2
stold 1 4 27 2
stold 1 4 27 2
as_string 4 23 122 4
initial_string<string,V,b>::operator ( ) 1 6 25 0
initial_string<wstring,V,false>::operator ( ) 1 9 68 0
initial_string<wstring,V,true>::operator ( ) 1 6 32 0
get_swprintf 1 5 35 0
to_string 1 4 28 1
to_string 1 4 28 1
to_string 1 4 28 1
to_string 1 4 30 1
to_string 1 4 30 1
to_string 1 4 32 1
to_string 1 4 28 1
to_string 1 4 28 1
to_string 1 4 30 1
to_wstring 1 4 31 1
to_wstring 1 4 31 1
to_wstring 1 4 31 1
to_wstring 1 4 33 1
to_wstring 1 4 33 1
to_wstring 1 4 35 1
to_wstring 1 4 31 1
to_wstring 1 4 31 1
to_wstring 1 4 33 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/exception.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::set_unexpected 1 4 17 1
std::get_unexpected 1 4 18 0
std::unexpected 1 5 18 0
std::set_terminate 1 4 17 1
std::get_terminate 1 4 18 0
std::terminate 2 14 48 0
std::uncaught_exception 1 1 13 0
std::uncaught_exceptions 5 8 36 0
std::exception::~exception 1 3 8 0
std::exception::what 1 4 12 0
std::bad_exception::~bad_exception 1 3 8 0
std::bad_exception::what 1 4 12 0
std::exception_ptr::~exception_ptr 4 8 44 0
std::__ptr_ 4 9 56 1
std::exception_ptr::operator = 5 16 89 1
std::__ptr_ 1 3 7 1
std::nested_exception::~nested_exception 1 3 8 0
std::nested_exception::rethrow_nested 2 6 23 0
std::current_exception 3 9 36 0
std::rethrow_exception 4 9 48 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/regex.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
make_error_type_string 16 44 147 1
regex_error::regex_error 1 4 24 1
regex_error::~regex_error 1 1 10 0
use_strcmp::operator ( ) 1 2 28 2
use_strcmp::operator ( ) 1 2 28 2
__get_collation_name 3 9 70 1
__get_classname 6 18 131 2
__match_any_but_newline<char>::__exec 4 24 101 1
__match_any_but_newline<wchar_t>::__exec 6 26 107 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/ios.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__iostream_category::name 1 4 12 0
__iostream_category::message 4 8 42 1
iostream_category 1 5 13 0
ios_base::failure::failure 1 4 25 2
ios_base::failure::failure 1 4 25 2
ios_base::failure::~failure 1 3 12 0
ios_base::__call_callbacks 2 8 40 1
ios_base::imbue 1 9 58 1
ios_base::getloc 1 5 28 0
__ios_new_cap 2 8 54 2
ios_base::xalloc 1 4 11 0
ios_base::iword 4 22 140 1
ios_base::pword 4 22 143 1
ios_base::register_callback 4 20 137 2
ios_base::~ios_base 1 10 53 0
ios_base::clear 4 9 50 1
ios_base::init 2 20 88 1
ios_base::copyfmt 14 67 530 1
ios_base::move 1 31 192 1
ios_base::swap 1 21 217 1
ios_base::__set_badbit_and_consider_rethrow 2 6 19 0
ios_base::__set_failbit_and_consider_rethrow 2 6 19 0
ios_base::sync_with_stdio 1 7 27 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/chrono.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
chrono::system_clock::now 3 10 80 0
chrono::system_clock::to_time_t 1 4 32 1
chrono::system_clock::from_time_t 1 4 21 1
chrono::steady_clock::now 2 7 49 0
chrono::steady_simplified 1 4 18 0
chrono::compute_steady_factor 1 6 29 0
chrono::steady_full 1 5 29 0
chrono::init_steady_clock 2 8 32 0
chrono::steady_clock::now 1 5 27 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/system_error.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
error_category::error_category 1 3 8 0
error_category::~error_category 1 3 8 0
error_category::default_error_condition 1 4 20 1
error_category::equivalent 1 4 24 2
error_category::equivalent 2 4 34 2
do_strerror_r 1 5 33 1
do_strerror_r 4 17 108 1
__do_message::message 2 5 26 1
__generic_error_category::name 1 4 12 0
__generic_error_category::message 3 6 30 1
generic_category 1 5 13 0
__system_error_category::name 1 4 12 0
__system_error_category::message 3 6 30 1
__system_error_category::default_error_condition 3 6 37 1
system_category 1 5 13 0
error_condition::message 1 4 16 0
error_code::message 1 4 16 0
system_error::__init 3 10 44 2
system_error::system_error 1 5 29 2
system_error::system_error 1 5 29 2
system_error::system_error 1 5 24 1
system_error::system_error 1 5 44 3
system_error::system_error 1 5 44 3
system_error::system_error 1 5 39 2
system_error::~system_error 1 3 8 0
__throw_system_error 1 6 37 2
Source file: /home/sergeyb/sources/src/lib/libcxx/src/strstream.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
strstreambuf::strstreambuf 1 7 29 1
strstreambuf::strstreambuf 1 7 46 2
strstreambuf::__init 4 14 85 3
strstreambuf::strstreambuf 1 8 45 3
strstreambuf::strstreambuf 1 8 50 2
strstreambuf::strstreambuf 1 8 69 3
strstreambuf::strstreambuf 1 8 59 2
strstreambuf::strstreambuf 1 8 69 3
strstreambuf::strstreambuf 1 8 59 2
strstreambuf::~strstreambuf 5 10 50 0
strstreambuf::swap 1 8 61 1
strstreambuf::freeze 3 10 30 1
strstreambuf::str 2 6 22 0
strstreambuf::pcount 1 4 23 0
strstreambuf::overflow 12 42 324 1
strstreambuf::pbackfail 5 22 104 1
strstreambuf::underflow 3 10 63 0
strstreambuf::seekoff 21 55 327 3
strstreambuf::seekpos 12 28 215 2
istrstream::~istrstream 1 3 7 0
ostrstream::~ostrstream 1 3 7 0
strstream::~strstream 1 3 7 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/iostream.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ios_base::Init::Init 2 17 249 0
ios_base::Init::~Init 1 11 85 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/mutex.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
mutex::~mutex 1 4 13 0
mutex::lock 2 6 27 0
mutex::try_lock 1 4 17 0
mutex::unlock 1 6 29 0
recursive_mutex::recursive_mutex 2 6 27 0
recursive_mutex::~recursive_mutex 1 6 28 0
recursive_mutex::lock 2 6 27 0
recursive_mutex::unlock 1 6 29 0
recursive_mutex::try_lock 1 4 17 0
timed_mutex::timed_mutex 1 4 12 0
timed_mutex::~timed_mutex 1 4 16 0
timed_mutex::lock 2 7 31 0
timed_mutex::try_lock 3 10 42 0
timed_mutex::unlock 1 6 27 0
recursive_timed_mutex::recursive_timed_mutex 1 5 17 0
recursive_timed_mutex::~recursive_timed_mutex 1 4 16 0
recursive_timed_mutex::lock 4 16 80 0
recursive_timed_mutex::try_lock 5 14 78 0
recursive_timed_mutex::unlock 2 10 42 0
__call_once 7 43 178 3
Source file: /home/sergeyb/sources/src/lib/libcxx/src/shared_mutex.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__shared_mutex_base::__shared_mutex_base 1 4 12 0
__shared_mutex_base::lock 3 9 46 0
__shared_mutex_base::try_lock 2 10 34 0
__shared_mutex_base::unlock 1 6 26 0
__shared_mutex_base::lock_shared 3 9 58 0
__shared_mutex_base::try_lock_shared 3 13 55 0
__shared_mutex_base::unlock_shared 4 17 72 0
shared_timed_mutex::shared_timed_mutex 1 1 11 0
shared_timed_mutex::lock 1 1 14 0
shared_timed_mutex::try_lock 1 1 14 0
shared_timed_mutex::unlock 1 1 14 0
shared_timed_mutex::lock_shared 1 1 14 0
shared_timed_mutex::try_lock_shared 1 1 14 0
shared_timed_mutex::unlock_shared 1 1 14 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/stdexcept.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
std::logic_error::logic_error 1 3 20 1
std::logic_error::logic_error 1 3 16 1
std::__imp_ 1 3 7 1
std::logic_error::operator = 1 5 23 1
std::logic_error::~logic_error 1 3 8 0
std::logic_error::what 1 4 16 0
std::runtime_error::runtime_error 1 3 20 1
std::runtime_error::runtime_error 1 3 16 1
std::__imp_ 1 3 7 1
std::runtime_error::operator = 1 5 23 1
std::runtime_error::~runtime_error 1 3 8 0
std::runtime_error::what 1 4 16 0
std::domain_error::~domain_error 1 1 8 0
std::invalid_argument::~invalid_argument 1 1 8 0
std::length_error::~length_error 1 1 8 0
std::out_of_range::~out_of_range 1 1 8 0
std::range_error::~range_error 1 1 8 0
std::overflow_error::~overflow_error 1 1 8 0
std::underflow_error::~underflow_error 1 1 8 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/any.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
bad_any_cast::what 1 3 12 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/hash.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__check_for_overflow 2 6 24 1
__check_for_overflow 2 6 24 1
__next_prime 104 326 1626 1
Source file: /home/sergeyb/sources/src/lib/libcxx/src/algorithm.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__rs_default::__rs_default 1 5 17 0
__rs_default::__rs_default 1 4 13 1
__rs_default::~__rs_default 2 6 23 0
__rs_default::operator ( ) 1 5 18 0
__rs_get 1 4 10 0
Source file: /home/sergeyb/sources/src/lib/libcxx/src/debug.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
__get_db 1 5 13 0
__get_const_db 1 4 10 0
mut 1 5 12 0
__i_node::~__i_node 2 8 24 0
__c_node::~__c_node 2 9 29 0
__libcpp_db::__libcpp_db 1 9 37 0
__libcpp_db::~__libcpp_db 7 27 111 0
__libcpp_db::__find_c_from_i 2 7 52 1
__libcpp_db::__insert_ic 5 19 119 2
__libcpp_db::__insert_c 6 38 279 1
__libcpp_db::__erase_i 7 29 154 1
__libcpp_db::__invalidate_all 6 22 119 1
__libcpp_db::__find_c_and_lock 5 26 128 1
__libcpp_db::__find_c 2 12 81 1
__libcpp_db::unlock 1 4 16 0
__libcpp_db::__erase_c 7 33 186 1
__libcpp_db::__iterator_copy 9 24 144 2
__libcpp_db::__dereferenceable 3 6 49 1
__libcpp_db::__decrementable 3 6 49 1
__libcpp_db::__addable 3 6 54 2
__libcpp_db::__subscriptable 3 6 54 2
__libcpp_db::__less_than_comparable 4 9 80 2
__libcpp_db::swap 5 27 250 2
__libcpp_db::__insert_i 1 5 23 1
__c_node::__add 5 21 132 1
__libcpp_db::__insert_iterator 6 36 270 1
__libcpp_db::__find_iterator 4 17 93 1
__c_node::__remove 2 7 64 1
Source file: /home/sergeyb/sources/src/lib/libcxx/benchmarks/unordered_set_operations.bench.cpp
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
getInputs 2 7 41 1
BM_SetInsert 3 10 84 3
BM_SetFind 3 9 88 3
Source file: /home/sergeyb/sources/src/lib/libmenu/m_trace.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_retrace_item 1 5 22 1
_nc_retrace_item_ptr 1 5 22 1
_nc_retrace_item_opts 1 5 21 1
_nc_retrace_menu 1 5 22 1
_nc_retrace_menu_hook 1 5 21 1
_nc_retrace_menu_opts 1 5 21 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_val.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_item_value 9 27 130 2
item_value 2 5 36 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_pattern.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
menu_pattern 3 6 47 1
set_menu_pattern 10 36 199 2
Source file: /home/sergeyb/sources/src/lib/libmenu/m_driver.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Is_Sub_String 10 25 102 3
_nc_Match_Next_Character_In_Item_Name 20 55 297 3
menu_driver 80 270 1367 2
Source file: /home/sergeyb/sources/src/lib/libmenu/m_spacing.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_spacing 11 18 152 4
menu_spacing 4 14 93 4
Source file: /home/sergeyb/sources/src/lib/libmenu/m_items.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_items 8 17 101 2
menu_items 2 5 35 1
item_count 2 5 32 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_global.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
ComputeMaximum_NameDesc_Lengths 5 20 127 1
ResetConnectionInfo 4 16 104 2
_nc_Connect_Items 10 45 223 2
_nc_Disconnect_Items 3 5 24 1
_nc_Calculate_Text_Width 7 27 160 1
calculate_actual_width 9 32 154 2
_nc_Calculate_Item_Length_and_Width 3 21 134 1
_nc_Link_Items 33 98 664 1
_nc_Show_Menu 5 20 148 1
_nc_New_TopRow_and_CurrentItem 8 44 175 3
Source file: /home/sergeyb/sources/src/lib/libmenu/m_pad.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_pad 3 12 78 2
menu_pad 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_opt.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_item_opts 8 25 128 2
item_opts_off 2 13 71 2
item_opts_on 2 14 71 2
item_opts 1 5 32 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_opts.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_opts 11 35 205 2
menu_opts_off 2 14 71 2
menu_opts_on 2 14 71 2
menu_opts 1 5 32 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_use.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_item_userptr 1 6 39 2
item_userptr 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_new.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
Is_Printable_String 7 31 157 1
new_item 10 36 192 2
free_item 3 10 50 1
set_menu_mark 13 53 256 2
menu_mark 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_win.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_win 3 14 67 2
menu_win 2 6 43 1
Source file: /home/sergeyb/sources/src/lib/libmenu/mf_common.h
Source file: /home/sergeyb/sources/src/lib/libmenu/m_post.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_Post_Item 31 114 802 2
_nc_Draw_Menu 12 45 317 1
post_menu 13 45 285 1
unpost_menu 4 24 152 1
Source file: /home/sergeyb/sources/src/lib/libmenu/menu.priv.h
Source file: /home/sergeyb/sources/src/lib/libmenu/m_scale.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
scale_menu 6 16 90 3
Source file: /home/sergeyb/sources/src/lib/libmenu/m_hook.c
Source file: /home/sergeyb/sources/src/lib/libmenu/m_new.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
new_menu 6 25 128 1
free_menu 6 14 84 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_cur.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_current_item 7 23 120 2
current_item 3 5 41 1
item_index 3 5 37 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_req_name.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
menu_request_name 3 11 60 1
menu_request_by_name 6 21 143 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_sub.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_sub 3 14 67 2
menu_sub 1 6 38 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_nam.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
item_name 2 5 39 1
item_description 2 5 39 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_top.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_top_row 9 26 171 2
top_row 5 11 71 1
Source file: /home/sergeyb/sources/src/lib/libmenu/eti.h
Source file: /home/sergeyb/sources/src/lib/libmenu/menu.h
Source file: /home/sergeyb/sources/src/lib/libmenu/m_item_vis.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
item_visible 5 13 83 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_userptr.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_userptr 1 6 39 2
menu_userptr 1 5 30 1
Source file: /home/sergeyb/sources/src/lib/libmenu/m_format.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
set_menu_format 13 43 275 3
menu_format 3 7 44 3
Source file: /home/sergeyb/sources/src/lib/libmenu/m_attribs.c
Source file: /home/sergeyb/sources/src/lib/libmenu/m_cursor.c
Function nameCyclomatic complexity (15)LOC (1000) Token count Parameter count (100)
_nc_menu_cursor_pos 6 16 122 4
pos_menu_cursor 8 23 164 1